UNPKG

@azure/storage-file-datalake

Version:

Microsoft Azure Storage SDK for JavaScript - DataLake

14 lines 853 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. export * from "./DataLakeServiceClient"; export * from "./DataLakeFileSystemClient"; export * from "./clients"; export * from "./DataLakeLeaseClient"; export * from "./models"; export * from "./utils/DataLakeAclChangeFailedError"; export { Pipeline, isPipelineLike, newPipeline, StorageOAuthScopes, } from "./Pipeline"; export { AnonymousCredential, AnonymousCredentialPolicy, Credential, CredentialPolicy, StorageBrowserPolicy, StorageBrowserPolicyFactory, StorageRetryPolicy, StorageRetryPolicyType, StorageRetryPolicyFactory, } from "@azure/storage-blob"; export { ToBlobEndpointHostMappings, ToDfsEndpointHostMappings } from "./utils/constants"; export { RestError } from "@azure/core-rest-pipeline"; export { logger } from "./log"; //# sourceMappingURL=index.browser.js.map