Provides a client-side logical representation of the Windows Azure File service. This client is used to configure and execute requests against the File service.
The following tables list the members exposed by the CloudFileClient type.
Public Constructors
Name | Description | |
---|---|---|
CloudFileClient | Initializes a new instance of the CloudFileClient class using the specified File service endpoint and account credentials. |
Public Properties
Name | Description | |
---|---|---|
AuthenticationScheme | Gets or sets the authentication scheme to use to sign HTTP requests. | |
BaseUri | Gets the base URI for the File service client. | |
BufferManager | Gets or sets a buffer manager that implements the IBufferManager interface, specifying a buffer pool for use with operations against the File service client. | |
Credentials | Gets the account credentials used to create the File service client. | |
DefaultRequestOptions | Gets or sets the default request options for requests made via the File service client. | |
StorageUri | Gets the list of URIs for all locations. |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
Create | ||
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetShareReference | Returns a reference to a CloudFileShare object with the specified name. | |
GetType | (Inherited from Object) | |
ListSharesSegmentedAsync | Overloaded. | |
ToString | (Inherited from Object) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |