@azure/storage-file-datalake
Version:
Microsoft Azure Storage SDK for JavaScript - DataLake
18 lines • 791 B
TypeScript
import { Service } from "../operationsInterfaces/index.js";
import { StorageClient } from "../storageClient.js";
import { ServiceListFileSystemsOptionalParams, ServiceListFileSystemsResponse } from "../models/index.js";
/** Class containing Service operations. */
export declare class ServiceImpl implements Service {
private readonly client;
/**
* Initialize a new instance of the class Service class.
* @param client Reference to the service client
*/
constructor(client: StorageClient);
/**
* List filesystems and their properties in given account.
* @param options The options parameters.
*/
listFileSystems(options?: ServiceListFileSystemsOptionalParams): Promise<ServiceListFileSystemsResponse>;
}
//# sourceMappingURL=service.d.ts.map