UNPKG

@azure/storage-queue

Version:
47 lines 1.67 kB
export declare const SDK_VERSION: string; export declare const SERVICE_VERSION: string; /** * The OAuth scope to use with Azure Storage. */ export declare const StorageOAuthScopes: string | string[]; export declare const URLConstants: { Parameters: { FORCE_BROWSER_NO_CACHE: 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_DATE: string; }; export declare const ETagNone = ""; export declare const ETagAny = "*"; export declare const DevelopmentConnectionString = "DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;\n AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;\n QueueEndpoint=http://127.0.0.1:10001/devstoreaccount1;"; export declare const StorageQueueLoggingAllowedHeaderNames: string[]; export declare const StorageQueueLoggingAllowedQueryParameters: string[]; export declare const PathStylePorts: string[]; //# sourceMappingURL=constants.d.ts.map