How to use azure-arm-datalake-store - 2 common examples

To help you get started, we’ve selected a few azure-arm-datalake-store examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Azure / azure-sdk-for-node / lib / azure.js View on Github external
exports.createDataLakeStoreAccountManagementClient = function (credentials, subscriptionId, options) {
  return new AzureARMDatalakeStore.DataLakeStoreAccountClient(credentials, subscriptionId, options);
};
github Azure / azure-sdk-for-node / lib / azure.js View on Github external
exports.DataLakeStoreFileSystemManagementClient = function(credentials, subscriptionId, adlsFileSystemDnsSuffix, options) {
  return new AzureARMDatalakeStore.DataLakeStoreFileSystemClient(credentials, subscriptionId, adlsFileSystemDnsSuffix, options);
};

azure-arm-datalake-store

Microsoft Azure Data Lake Store Management Client Library for node

MIT
Latest version published 4 years ago

Package Health Score

56 / 100
Full package analysis