UNPKG

@azure/storage-file-datalake

Version:
10 lines 449 B
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