@azure/storage-common
Version:
Azure Storage Common Client Library for JavaScript
39 lines • 1.32 kB
TypeScript
export declare const SDK_VERSION: string;
export declare const URLConstants: {
Parameters: {
FORCE_BROWSER_NO_CACHE: string;
SIGNATURE: string;
SNAPSHOT: string;
VERSIONID: string;
TIMEOUT: string;
};
};
export declare const HeaderConstants: {
AUTHORIZATION: string;
AUTHORIZATION_SCHEME: string;
CONTENT_ENCODING: string;
CONTENT_ID: string;
CONTENT_LANGUAGE: string;
CONTENT_LENGTH: string;
CONTENT_MD5: string;
CONTENT_TRANSFER_ENCODING: 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_DATE: string;
X_MS_ERROR_CODE: string;
X_MS_VERSION: string;
X_MS_CopySourceErrorCode: string;
};
export declare const DevelopmentConnectionString = "DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;";
export declare const PathStylePorts: string[];
//# sourceMappingURL=constants.d.ts.map