Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AuthorizeAccountSuccessResponse

Index

Properties

absoluteMinimumPartSize

absoluteMinimumPartSize: number

The smallest possible size of a part of a large file (except the last one). This is smaller than the recommendedPartSize. If you use it, you may find that it takes longer overall to upload a large file.

accountId

accountId: string

The identifier for the account.

allowed

apiUrl

apiUrl: "https://apiNNN.backblazeb2.com"

The base URL to use for all API calls except for uploading and downloading files.

authorizationToken

authorizationToken: string

An authorization token to use with all calls, other than b2_authorize_account, that need an Authorization header.

This authorization token is valid for at most 24 hours.

downloadUrl

downloadUrl: "https://f002.backblazeb2.com"

The base URL to use for downloading files.

recommendedPartSize

recommendedPartSize: number

The recommended size for each part of a large file. We recommend using this part size for optimal upload performance.

Generated using TypeDoc