ShareDirectoryClient.GetProperties(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The GetProperties(CancellationToken) operation returns all user-defined metadata and system properties for the specified directory. The data returned does not include the directory's list of subdirectories or files.
For more information, see Get Directory Properties.
public virtual Azure.Response<Azure.Storage.Files.Shares.Models.ShareDirectoryProperties> GetProperties (System.Threading.CancellationToken cancellationToken = default);
abstract member GetProperties : System.Threading.CancellationToken -> Azure.Response<Azure.Storage.Files.Shares.Models.ShareDirectoryProperties>
override this.GetProperties : System.Threading.CancellationToken -> Azure.Response<Azure.Storage.Files.Shares.Models.ShareDirectoryProperties>
Public Overridable Function GetProperties (Optional cancellationToken As CancellationToken = Nothing) As Response(Of ShareDirectoryProperties)
Parameters
- cancellationToken
- CancellationToken
Optional CancellationToken to propagate notifications that the operation should be cancelled.
Returns
A Response<T> describing the directory and its properties.
Remarks
A RequestFailedException will be thrown if a failure occurs.
Applies to
Azure SDK for .NET