@azure/storage-file-share
Version:
Microsoft Azure Storage SDK for JavaScript - File
55 lines • 1.85 kB
TypeScript
export declare const SDK_VERSION: string;
export declare const SERVICE_VERSION: string;
export declare const FILE_MAX_SIZE_BYTES: number;
export declare const FILE_RANGE_MAX_SIZE_BYTES: number;
export declare const DEFAULT_MAX_DOWNLOAD_RETRY_REQUESTS: number;
export declare const DEFAULT_HIGH_LEVEL_CONCURRENCY: number;
export declare const REQUEST_TIMEOUT: number;
/**
* The OAuth scope to use with Azure Storage.
*/
export declare const StorageOAuthScopes: string | string[];
export declare const URLConstants: {
Parameters: {
FORCE_BROWSER_NO_CACHE: string;
SHARE_SNAPSHOT: string;
SIGNATURE: string;
TIMEOUT: string;
};
};
export declare const HttpUrlConnection: {
HTTP_CONFLICT: number;
HTTP_NOT_FOUND: number;
HTTP_PRECON_FAILED: number;
HTTP_RANGE_NOT_SATISFIABLE: number;
};
export declare const HeaderConstants: {
AUTHORIZATION: string;
AUTHORIZATION_SCHEME: string;
CONTENT_ENCODING: string;
CONTENT_LANGUAGE: string;
CONTENT_LENGTH: string;
CONTENT_MD5: string;
CONTENT_TYPE: string;
COOKIE: string;
DATE: string;
IF_MATCH: string;
IF_MODIFIED_SINCE: string;
IF_NONE_MATCH: string;
IF_UNMODIFIED_SINCE: string;
PREFIX_FOR_STORAGE: string;
RANGE: string;
USER_AGENT: string;
X_MS_CLIENT_REQUEST_ID: string;
X_MS_COPY_SOURCE: string;
X_MS_CopySourceErrorCode: string;
X_MS_DATE: string;
};
export declare const ETagNone = "";
export declare const ETagAny = "*";
export declare const FileAttributesPreserve = "Preserve";
export declare const FileAttributesNone = "None";
export declare const StorageFileLoggingAllowedHeaderNames: string[];
export declare const StorageFileLoggingAllowedQueryParameters: string[];
export declare const PathStylePorts: string[];
//# sourceMappingURL=constants.d.ts.map