UNPKG

@azure/storage-file-datalake

Version:
18 lines 791 B
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