Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Represents a share in the Windows Azure File service.

Namespace:   Microsoft.WindowsAzure.Storage.File
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.File.::..CloudFileShare

Syntax

 
public class CloudFileShare
 
public ref class CloudFileShare 
 
type CloudFileShare = class end
 
Public Class CloudFileShare

Properties

NameDescription
System_CAPS_pubpropertyMetadataMetadataMetadataMetadata

Gets the share's metadata.

System_CAPS_pubpropertyNameNameNameName

Gets the name of the share.

System_CAPS_pubpropertyPropertiesPropertiesPropertiesProperties

Gets the share's system properties.

System_CAPS_pubpropertyServiceClientServiceClientServiceClientServiceClient

Gets the service client for the share.

System_CAPS_pubpropertyStorageUriStorageUriStorageUriStorageUri

Gets the list of URIs for all locations.

System_CAPS_pubpropertyUriUriUriUri

Gets the share's URI.

Methods

NameDescription
System_CAPS_pubmethodBeginCreate(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous operation to create a share.

System_CAPS_pubmethodBeginCreate(FileRequestOptions, OperationContext, AsyncCallback, Object)(FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(FileRequestOptions, OperationContext, AsyncCallback, Object)(FileRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to create a share.

System_CAPS_pubmethodBeginCreateIfNotExists(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous request to create the share if it does not already exist.

System_CAPS_pubmethodBeginCreateIfNotExists(FileRequestOptions, OperationContext, AsyncCallback, Object)(FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(FileRequestOptions, OperationContext, AsyncCallback, Object)(FileRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous request to create the share if it does not already exist.

System_CAPS_pubmethodBeginDelete(AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to delete a share.

System_CAPS_pubmethodBeginDelete(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous operation to delete a share.

System_CAPS_pubmethodBeginDeleteIfExists(AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous request to delete the share if it already exists.

System_CAPS_pubmethodBeginDeleteIfExists(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous request to delete the share if it already exists.

System_CAPS_pubmethodBeginExists(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous request to check whether the share exists.

System_CAPS_pubmethodBeginExists(FileRequestOptions, OperationContext, AsyncCallback, Object)(FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(FileRequestOptions, OperationContext, AsyncCallback, Object)(FileRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous request to check whether the share exists.

System_CAPS_pubmethodBeginFetchAttributes(AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to retrieve the share's attributes.

System_CAPS_pubmethodBeginFetchAttributes(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous operation to retrieve the share's attributes.

System_CAPS_pubmethodBeginGetPermissions(AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous request to get the permissions settings for the share.

System_CAPS_pubmethodBeginGetPermissions(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous request to get the permissions settings for the share.

System_CAPS_pubmethodBeginGetStats(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous operation to get stats for the share.

System_CAPS_pubmethodBeginGetStats(FileRequestOptions, OperationContext, AsyncCallback, Object)(FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(FileRequestOptions, OperationContext, AsyncCallback, Object)(FileRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to get stats for the share.

System_CAPS_pubmethodBeginSetMetadata(AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to set user-defined metadata on the share.

System_CAPS_pubmethodBeginSetMetadata(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous operation to set user-defined metadata on the share.

System_CAPS_pubmethodBeginSetPermissions(FileSharePermissions, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(FileSharePermissions^, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(FileSharePermissions, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(FileSharePermissions, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous request to set permissions for the share.

System_CAPS_pubmethodBeginSetPermissions(FileSharePermissions, AsyncCallback, Object)(FileSharePermissions^, AsyncCallback^, Object^)(FileSharePermissions, AsyncCallback, Object)(FileSharePermissions, AsyncCallback, Object)

Begins an asynchronous request to set permissions for the share.

System_CAPS_pubmethodBeginSetProperties(AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to update the share's properties.

System_CAPS_pubmethodBeginSetProperties(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous operation to update the share's properties.

System_CAPS_pubmethodCreateAsync()()()()

Returns a task that performs an asynchronous operation to create a share.

System_CAPS_pubmethodCreateAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Returns a task that performs an asynchronous operation to create a share.

System_CAPS_pubmethodCreateAsync(FileRequestOptions, OperationContext)(FileRequestOptions^, OperationContext^)(FileRequestOptions, OperationContext)(FileRequestOptions, OperationContext)

Returns a task that performs an asynchronous operation to create a share.

System_CAPS_pubmethodCreateAsync(FileRequestOptions, OperationContext, CancellationToken)(FileRequestOptions^, OperationContext^, CancellationToken)(FileRequestOptions, OperationContext, CancellationToken)(FileRequestOptions, OperationContext, CancellationToken)

Returns a task that performs an asynchronous operation to create a share.

System_CAPS_pubmethodCreateIfNotExistsAsync()()()()

Returns a task that performs an asynchronous request to create the share if it does not already exist.

System_CAPS_pubmethodCreateIfNotExistsAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Returns a task that performs an asynchronous request to create the share if it does not already exist.

System_CAPS_pubmethodCreateIfNotExistsAsync(FileRequestOptions, OperationContext)(FileRequestOptions^, OperationContext^)(FileRequestOptions, OperationContext)(FileRequestOptions, OperationContext)

Returns a task that performs an asynchronous request to create the share if it does not already exist.

System_CAPS_pubmethodCreateIfNotExistsAsync(FileRequestOptions, OperationContext, CancellationToken)(FileRequestOptions^, OperationContext^, CancellationToken)(FileRequestOptions, OperationContext, CancellationToken)(FileRequestOptions, OperationContext, CancellationToken)

Returns a task that performs an asynchronous request to create the share if it does not already exist.

System_CAPS_pubmethodDeleteAsync()()()()

Returns a task that performs an asynchronous operation to delete a share.

System_CAPS_pubmethodDeleteAsync(AccessCondition, FileRequestOptions, OperationContext)(AccessCondition^, FileRequestOptions^, OperationContext^)(AccessCondition, FileRequestOptions, OperationContext)(AccessCondition, FileRequestOptions, OperationContext)

Returns a task that performs an asynchronous operation to delete a share.

System_CAPS_pubmethodDeleteAsync(AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Returns a task that performs an asynchronous operation to delete a share.

System_CAPS_pubmethodDeleteAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Returns a task that performs an asynchronous operation to delete a share.

System_CAPS_pubmethodDeleteIfExistsAsync()()()()

Returns a task that performs an asynchronous request to delete the share if it already exists.

System_CAPS_pubmethodDeleteIfExistsAsync(AccessCondition, FileRequestOptions, OperationContext)(AccessCondition^, FileRequestOptions^, OperationContext^)(AccessCondition, FileRequestOptions, OperationContext)(AccessCondition, FileRequestOptions, OperationContext)

Returns a task that performs an asynchronous request to delete the share if it already exists.

System_CAPS_pubmethodDeleteIfExistsAsync(AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Returns a task that performs an asynchronous request to delete the share if it already exists.

System_CAPS_pubmethodDeleteIfExistsAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Returns a task that performs an asynchronous request to delete the share if it already exists.

System_CAPS_pubmethodEndCreate(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to create a share.

System_CAPS_pubmethodEndCreateIfNotExists(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Returns the result of an asynchronous request to create the share if it does not already exist.

System_CAPS_pubmethodEndDelete(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to delete a share.

System_CAPS_pubmethodEndDeleteIfExists(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Returns the result of an asynchronous request to delete the share if it already exists.

System_CAPS_pubmethodEndExists(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Returns the asynchronous result of the request to check whether the share exists.

System_CAPS_pubmethodEndFetchAttributes(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to retrieve the share's attributes.

System_CAPS_pubmethodEndGetPermissions(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Returns the asynchronous result of the request to get the permissions settings for the share.

System_CAPS_pubmethodEndGetStats(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to get stats for the share.

System_CAPS_pubmethodEndSetMetadata(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous request operation to set user-defined metadata on the share.

System_CAPS_pubmethodEndSetPermissions(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Returns the result of an asynchronous request to set permissions for the share.

System_CAPS_pubmethodEndSetProperties(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to update the share's properties.

System_CAPS_pubmethodEquals(Object)(Object^)(Object)(Object)

(Inherited from Object.)

System_CAPS_pubmethodExistsAsync()()()()

Returns a task that performs an asynchronous request to check whether the share exists.

System_CAPS_pubmethodExistsAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Returns a task that performs an asynchronous request to check whether the share exists.

System_CAPS_pubmethodExistsAsync(FileRequestOptions, OperationContext)(FileRequestOptions^, OperationContext^)(FileRequestOptions, OperationContext)(FileRequestOptions, OperationContext)

Returns a task that performs an asynchronous request to check whether the share exists.

System_CAPS_pubmethodExistsAsync(FileRequestOptions, OperationContext, CancellationToken)(FileRequestOptions^, OperationContext^, CancellationToken)(FileRequestOptions, OperationContext, CancellationToken)(FileRequestOptions, OperationContext, CancellationToken)

Returns a task that performs an asynchronous request to check whether the share exists.

System_CAPS_pubmethodFetchAttributesAsync()()()()

Returns a task that performs an asynchronous operation to retrieve the share's attributes.

System_CAPS_pubmethodFetchAttributesAsync(AccessCondition, FileRequestOptions, OperationContext)(AccessCondition^, FileRequestOptions^, OperationContext^)(AccessCondition, FileRequestOptions, OperationContext)(AccessCondition, FileRequestOptions, OperationContext)

Returns a task that performs an asynchronous operation to retrieve the share's attributes.

System_CAPS_pubmethodFetchAttributesAsync(AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Returns a task that performs an asynchronous operation to retrieve the share's attributes.

System_CAPS_pubmethodFetchAttributesAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Returns a task that performs an asynchronous operation to retrieve the share's attributes.

System_CAPS_protmethodFinalize()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetPermissionsAsync()()()()

Initiates an asynchronous operation that gets the permissions settings for the share.

System_CAPS_pubmethodGetPermissionsAsync(AccessCondition, FileRequestOptions, OperationContext)(AccessCondition^, FileRequestOptions^, OperationContext^)(AccessCondition, FileRequestOptions, OperationContext)(AccessCondition, FileRequestOptions, OperationContext)

Initiates an asynchronous operation that gets the permissions settings for the share.

System_CAPS_pubmethodGetPermissionsAsync(AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation that gets the permissions settings for the share.

System_CAPS_pubmethodGetPermissionsAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Initiates an asynchronous operation that gets the permissions settings for the share.

System_CAPS_pubmethodGetRootDirectoryReference()()()()

Returns a reference to the root directory for this share.

System_CAPS_pubmethodGetSharedAccessSignature(SharedAccessFilePolicy)(SharedAccessFilePolicy^)(SharedAccessFilePolicy)(SharedAccessFilePolicy)

Returns a shared access signature for the share.

System_CAPS_pubmethodGetSharedAccessSignature(SharedAccessFilePolicy, String)(SharedAccessFilePolicy^, String^)(SharedAccessFilePolicy, String)(SharedAccessFilePolicy, String)

Returns a shared access signature for the share.

System_CAPS_pubmethodGetSharedAccessSignature(SharedAccessFilePolicy, String, Nullable<SharedAccessProtocol>, IPAddressOrRange)(SharedAccessFilePolicy^, String^, Nullable<SharedAccessProtocol>, IPAddressOrRange^)(SharedAccessFilePolicy, String, Nullable<SharedAccessProtocol>, IPAddressOrRange)(SharedAccessFilePolicy, String, Nullable(Of SharedAccessProtocol), IPAddressOrRange)

Returns a shared access signature for the share.

System_CAPS_pubmethodGetStatsAsync()()()()

Initiates an asynchronous operation to get stats for the share.

System_CAPS_pubmethodGetStatsAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Initiates an asynchronous operation to get stats for the share.

System_CAPS_pubmethodGetStatsAsync(FileRequestOptions, OperationContext)(FileRequestOptions^, OperationContext^)(FileRequestOptions, OperationContext)(FileRequestOptions, OperationContext)

Initiates an asynchronous operation to get stats for the share.

System_CAPS_pubmethodGetStatsAsync(FileRequestOptions, OperationContext, CancellationToken)(FileRequestOptions^, OperationContext^, CancellationToken)(FileRequestOptions, OperationContext, CancellationToken)(FileRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to get stats for the share.

System_CAPS_pubmethodGetType()()()()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()()()()

(Inherited from Object.)

System_CAPS_pubmethodSetMetadataAsync()()()()

Returns a task that performs an asynchronous operation to set user-defined metadata on the share.

System_CAPS_pubmethodSetMetadataAsync(AccessCondition, FileRequestOptions, OperationContext)(AccessCondition^, FileRequestOptions^, OperationContext^)(AccessCondition, FileRequestOptions, OperationContext)(AccessCondition, FileRequestOptions, OperationContext)

Returns a task that performs an asynchronous operation to set user-defined metadata on the share.

System_CAPS_pubmethodSetMetadataAsync(AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Returns a task that performs an asynchronous operation to set user-defined metadata on the share.

System_CAPS_pubmethodSetMetadataAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Returns a task that performs an asynchronous operation to set user-defined metadata on the share.

System_CAPS_pubmethodSetPermissionsAsync(FileSharePermissions)(FileSharePermissions^)(FileSharePermissions)(FileSharePermissions)

Initiates an asynchronous operation that sets permissions for the share.

System_CAPS_pubmethodSetPermissionsAsync(FileSharePermissions, AccessCondition, FileRequestOptions, OperationContext)(FileSharePermissions^, AccessCondition^, FileRequestOptions^, OperationContext^)(FileSharePermissions, AccessCondition, FileRequestOptions, OperationContext)(FileSharePermissions, AccessCondition, FileRequestOptions, OperationContext)

Initiates an asynchronous operation that sets permissions for the share.

System_CAPS_pubmethodSetPermissionsAsync(FileSharePermissions, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(FileSharePermissions^, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(FileSharePermissions, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(FileSharePermissions, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation that sets permissions for the share.

System_CAPS_pubmethodSetPermissionsAsync(FileSharePermissions, CancellationToken)(FileSharePermissions^, CancellationToken)(FileSharePermissions, CancellationToken)(FileSharePermissions, CancellationToken)

Initiates an asynchronous operation that sets permissions for the share.

System_CAPS_pubmethodSetPropertiesAsync()()()()

Initiates an asynchronous operation to update the share's properties.

System_CAPS_pubmethodSetPropertiesAsync(AccessCondition, FileRequestOptions, OperationContext)(AccessCondition^, FileRequestOptions^, OperationContext^)(AccessCondition, FileRequestOptions, OperationContext)(AccessCondition, FileRequestOptions, OperationContext)

Initiates an asynchronous operation to update the share's properties.

System_CAPS_pubmethodSetPropertiesAsync(AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to update the share's properties.

System_CAPS_pubmethodSetPropertiesAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Initiates an asynchronous operation to update the share's properties.

System_CAPS_pubmethodToString()()()()

(Inherited from Object.)

Remarks

Shares hold directories, which are encapsulated as CloudFileDirectory objects, and directories hold files. Directories can also contain sub-directories.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top