@azure/storage-file-datalake
Version:
Microsoft Azure Storage SDK for JavaScript - DataLake
10 lines • 449 B
TypeScript
import { ServiceListFileSystemsOptionalParams, ServiceListFileSystemsResponse } from "../models/index.js";
/** Interface representing a Service. */
export interface Service {
/**
* List filesystems and their properties in given account.
* @param options The options parameters.
*/
listFileSystems(options?: ServiceListFileSystemsOptionalParams): Promise<ServiceListFileSystemsResponse>;
}
//# sourceMappingURL=service.d.ts.map