<PackageReference Include="Azure.Storage.Files.DataLake" Version="12.26.0-beta.1" />

Azure.Storage.Files.DataLake.FileSystemRestClient

public FileSystemRestClient(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string url, string resource, string version)

Initializes a new instance of FileSystemRestClient.

public ResponseWithHeaders<FileSystemCreateHeaders> Create(int? timeout = default, string properties = null, CancellationToken cancellationToken = default)

Create FileSystem.

public Task<ResponseWithHeaders<FileSystemCreateHeaders>> CreateAsync(int? timeout = default, string properties = null, CancellationToken cancellationToken = default)

Create FileSystem.

public ResponseWithHeaders<FileSystemDeleteHeaders> Delete(int? timeout = default, DateTimeOffset? ifModifiedSince = default, DateTimeOffset? ifUnmodifiedSince = default, CancellationToken cancellationToken = default)

Delete FileSystem.

public Task<ResponseWithHeaders<FileSystemDeleteHeaders>> DeleteAsync(int? timeout = default, DateTimeOffset? ifModifiedSince = default, DateTimeOffset? ifUnmodifiedSince = default, CancellationToken cancellationToken = default)

Delete FileSystem.

public ResponseWithHeaders<FileSystemGetPropertiesHeaders> GetProperties(int? timeout = default, CancellationToken cancellationToken = default)

Get FileSystem Properties.

public Task<ResponseWithHeaders<FileSystemGetPropertiesHeaders>> GetPropertiesAsync(int? timeout = default, CancellationToken cancellationToken = default)

Get FileSystem Properties.

public ResponseWithHeaders<ListBlobsHierarchySegmentResponse, FileSystemListBlobHierarchySegmentHeaders> ListBlobHierarchySegment(string prefix = null, string delimiter = null, string marker = null, int? maxResults = default, IEnumerable<ListBlobsIncludeItem> include = null, ListBlobsShowOnly? showonly = default, int? timeout = default, CancellationToken cancellationToken = default)

The List Blobs operation returns a list of the blobs under the specified container.

public Task<ResponseWithHeaders<ListBlobsHierarchySegmentResponse, FileSystemListBlobHierarchySegmentHeaders>> ListBlobHierarchySegmentAsync(string prefix = null, string delimiter = null, string marker = null, int? maxResults = default, IEnumerable<ListBlobsIncludeItem> include = null, ListBlobsShowOnly? showonly = default, int? timeout = default, CancellationToken cancellationToken = default)

The List Blobs operation returns a list of the blobs under the specified container.

public ResponseWithHeaders<ListBlobsHierarchySegmentResponse, FileSystemListBlobHierarchySegmentHeaders> ListBlobHierarchySegmentNextPage(string nextLink, string prefix = null, string delimiter = null, string marker = null, int? maxResults = default, IEnumerable<ListBlobsIncludeItem> include = null, ListBlobsShowOnly? showonly = default, int? timeout = default, CancellationToken cancellationToken = default)

The List Blobs operation returns a list of the blobs under the specified container.

public Task<ResponseWithHeaders<ListBlobsHierarchySegmentResponse, FileSystemListBlobHierarchySegmentHeaders>> ListBlobHierarchySegmentNextPageAsync(string nextLink, string prefix = null, string delimiter = null, string marker = null, int? maxResults = default, IEnumerable<ListBlobsIncludeItem> include = null, ListBlobsShowOnly? showonly = default, int? timeout = default, CancellationToken cancellationToken = default)

The List Blobs operation returns a list of the blobs under the specified container.

public ResponseWithHeaders<PathList, FileSystemListPathsHeaders> ListPaths(bool recursive, int? timeout = default, string continuation = null, string path = null, int? maxResults = default, bool? upn = default, string beginFrom = null, CancellationToken cancellationToken = default)

List Paths.

public Task<ResponseWithHeaders<PathList, FileSystemListPathsHeaders>> ListPathsAsync(bool recursive, int? timeout = default, string continuation = null, string path = null, int? maxResults = default, bool? upn = default, string beginFrom = null, CancellationToken cancellationToken = default)

List Paths.

public ResponseWithHeaders<FileSystemSetPropertiesHeaders> SetProperties(int? timeout = default, string properties = null, DateTimeOffset? ifModifiedSince = default, DateTimeOffset? ifUnmodifiedSince = default, CancellationToken cancellationToken = default)

Set FileSystem Properties.

public Task<ResponseWithHeaders<FileSystemSetPropertiesHeaders>> SetPropertiesAsync(int? timeout = default, string properties = null, DateTimeOffset? ifModifiedSince = default, DateTimeOffset? ifUnmodifiedSince = default, CancellationToken cancellationToken = default)

Set FileSystem Properties.