Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Represents a file 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.::..CloudFile

Syntax

 
public class CloudFile : IListFileItem
 
public ref class CloudFile : IListFileItem
 
type CloudFile = 
    class
        interface IListFileItem
    end
 
Public Class CloudFile
	Implements IListFileItem

Constructors

NameDescription
System_CAPS_pubmethodCloudFile(StorageUri, StorageCredentials)(StorageUri^, StorageCredentials^)(StorageUri, StorageCredentials)(StorageUri, StorageCredentials)

Initializes a new instance of the CloudFile class using an absolute URI to the file.

System_CAPS_pubmethodCloudFile(Uri)(Uri^)(Uri)(Uri)

Initializes a new instance of the CloudFile class using an absolute URI to the file.

System_CAPS_pubmethodCloudFile(Uri, StorageCredentials)(Uri^, StorageCredentials^)(Uri, StorageCredentials)(Uri, StorageCredentials)

Initializes a new instance of the CloudFile class using an absolute URI to the file.

Properties

NameDescription
System_CAPS_pubpropertyCopyStateCopyStateCopyStateCopyState

Gets the state of the most recent or pending copy operation.

System_CAPS_pubpropertyMetadataMetadataMetadataMetadata

Gets the user-defined metadata for the file.

System_CAPS_pubpropertyNameNameNameName

Gets the file's name.

System_CAPS_pubpropertyParentParentParentParent

Gets the CloudFileDirectory object representing the parent directory for the file.

System_CAPS_pubpropertyPropertiesPropertiesPropertiesProperties

Gets the file's system properties.

System_CAPS_pubpropertyServiceClientServiceClientServiceClientServiceClient

Gets the CloudFileClient object that represents the File service.

System_CAPS_pubpropertyShareShareShareShare

Gets a CloudFileShare object representing the file's share.

System_CAPS_pubpropertyStorageUriStorageUriStorageUriStorageUri

Gets the absolute URI to the file.

System_CAPS_pubpropertyStreamMinimumReadSizeInBytesStreamMinimumReadSizeInBytesStreamMinimumReadSizeInBytesStreamMinimumReadSizeInBytes

Gets or sets the minimum number of bytes to buffer when reading from a file stream.

System_CAPS_pubpropertyStreamWriteSizeInBytesStreamWriteSizeInBytesStreamWriteSizeInBytesStreamWriteSizeInBytes

Gets or sets the number of bytes to buffer when writing to a file stream.

System_CAPS_pubpropertyUriUriUriUri

Gets the file's URI.

Methods

NameDescription
System_CAPS_pubmethodAbortCopyAsync(String)(String^)(String)(String)

Initiates an asynchronous operation to abort an ongoing copy operation.

System_CAPS_pubmethodAbortCopyAsync(String, AccessCondition, FileRequestOptions, OperationContext)(String^, AccessCondition^, FileRequestOptions^, OperationContext^)(String, AccessCondition, FileRequestOptions, OperationContext)(String, AccessCondition, FileRequestOptions, OperationContext)

Initiates an asynchronous operation to abort an ongoing copy operation.

System_CAPS_pubmethodAbortCopyAsync(String, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(String^, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(String, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(String, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to abort an ongoing copy operation.

System_CAPS_pubmethodAbortCopyAsync(String, CancellationToken)(String^, CancellationToken)(String, CancellationToken)(String, CancellationToken)

Initiates an asynchronous operation to abort an ongoing copy operation.

System_CAPS_pubmethodBeginAbortCopy(String, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(String^, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(String, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(String, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to abort an ongoing copy operation.

System_CAPS_pubmethodBeginAbortCopy(String, AsyncCallback, Object)(String^, AsyncCallback^, Object^)(String, AsyncCallback, Object)(String, AsyncCallback, Object)

Begins an asynchronous operation to abort an ongoing copy operation.

System_CAPS_pubmethodBeginClearRange(Int64, Int64, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Int64, Int64, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Int64, Int64, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Int64, Int64, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to clear ranges from a file.

System_CAPS_pubmethodBeginClearRange(Int64, Int64, AsyncCallback, Object)(Int64, Int64, AsyncCallback^, Object^)(Int64, Int64, AsyncCallback, Object)(Int64, Int64, AsyncCallback, Object)

Begins an asynchronous operation to clear ranges from a file.

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

Begins an asynchronous operation to create a file.

System_CAPS_pubmethodBeginCreate(Int64, AsyncCallback, Object)(Int64, AsyncCallback^, Object^)(Int64, AsyncCallback, Object)(Int64, AsyncCallback, Object)

Begins an asynchronous operation to create a file.

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 the file.

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

Begins an asynchronous operation to delete the file.

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 file if it already exists.

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

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

System_CAPS_pubmethodBeginDownloadRangeToByteArray(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(array<Byte>^, Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Byte(), Int32, Nullable(Of Int64), Nullable(Of Int64), AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to download the contents of a file to a byte array.

System_CAPS_pubmethodBeginDownloadRangeToByteArray(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AsyncCallback, Object)(array<Byte>^, Int32, Nullable<Int64>, Nullable<Int64>, AsyncCallback^, Object^)(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AsyncCallback, Object)(Byte(), Int32, Nullable(Of Int64), Nullable(Of Int64), AsyncCallback, Object)

Begins an asynchronous operation to download the contents of a file to a byte array.

System_CAPS_pubmethodBeginDownloadRangeToStream(Stream, Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Stream^, Nullable<Int64>, Nullable<Int64>, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Stream, Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Stream, Nullable(Of Int64), Nullable(Of Int64), AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to download the contents of a file to a stream.

System_CAPS_pubmethodBeginDownloadRangeToStream(Stream, Nullable<Int64>, Nullable<Int64>, AsyncCallback, Object)(Stream^, Nullable<Int64>, Nullable<Int64>, AsyncCallback^, Object^)(Stream, Nullable<Int64>, Nullable<Int64>, AsyncCallback, Object)(Stream, Nullable(Of Int64), Nullable(Of Int64), AsyncCallback, Object)

Begins an asynchronous operation to download the contents of a file to a stream.

System_CAPS_pubmethodBeginDownloadText(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous operation to download the file's contents as a string.

System_CAPS_pubmethodBeginDownloadText(Encoding, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Encoding^, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Encoding, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Encoding, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to download the file's contents as a string.

System_CAPS_pubmethodBeginDownloadToByteArray(Byte[], Int32, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(array<Byte>^, Int32, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Byte[], Int32, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Byte(), Int32, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to download the contents of a file to a byte array.

System_CAPS_pubmethodBeginDownloadToByteArray(Byte[], Int32, AsyncCallback, Object)(array<Byte>^, Int32, AsyncCallback^, Object^)(Byte[], Int32, AsyncCallback, Object)(Byte(), Int32, AsyncCallback, Object)

Begins an asynchronous operation to download the contents of a file to a byte array.

System_CAPS_pubmethodBeginDownloadToFile(String, FileMode, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(String^, FileMode, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(String, FileMode, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(String, FileMode, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to download the contents of a file in the File service to a local file.

System_CAPS_pubmethodBeginDownloadToFile(String, FileMode, AsyncCallback, Object)(String^, FileMode, AsyncCallback^, Object^)(String, FileMode, AsyncCallback, Object)(String, FileMode, AsyncCallback, Object)

Begins an asynchronous operation to download the contents of a file in the File service to a local file.

System_CAPS_pubmethodBeginDownloadToStream(Stream, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Stream^, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Stream, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Stream, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to download the contents of a file to a stream.

System_CAPS_pubmethodBeginDownloadToStream(Stream, AsyncCallback, Object)(Stream^, AsyncCallback^, Object^)(Stream, AsyncCallback, Object)(Stream, AsyncCallback, Object)

Begins an asynchronous operation to download the contents of a file to a stream.

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

Begins an asynchronous request to check existence of the file.

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 existence of the file.

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 populate the file's properties and metadata.

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

Begins an asynchronous operation to populate the file's properties and metadata.

System_CAPS_pubmethodBeginListRanges(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous operation to return a collection of valid ranges and their starting and ending bytes.

System_CAPS_pubmethodBeginListRanges(Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Nullable<Int64>, Nullable<Int64>, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Nullable(Of Int64), Nullable(Of Int64), AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to return a collection of valid ranges and their starting and ending bytes.

System_CAPS_pubmethodBeginOpenRead(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 open a stream for reading from the file.

System_CAPS_pubmethodBeginOpenRead(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous operation to open a stream for reading from the file.

System_CAPS_pubmethodBeginOpenWrite(Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Nullable<Int64>, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Nullable(Of Int64), AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to open a stream for writing to the file.

System_CAPS_pubmethodBeginOpenWrite(Nullable<Int64>, AsyncCallback, Object)(Nullable<Int64>, AsyncCallback^, Object^)(Nullable<Int64>, AsyncCallback, Object)(Nullable(Of Int64), AsyncCallback, Object)

Begins an asynchronous operation to open a stream for writing to the file.

System_CAPS_pubmethodBeginResize(Int64, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Int64, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Int64, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Int64, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to resize a file.

System_CAPS_pubmethodBeginResize(Int64, AsyncCallback, Object)(Int64, AsyncCallback^, Object^)(Int64, AsyncCallback, Object)(Int64, AsyncCallback, Object)

Begins an asynchronous operation to resize a file.

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 update the file's metadata.

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

Begins an asynchronous operation to update the file's metadata.

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 file's properties.

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

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

System_CAPS_pubmethodBeginStartCopy(CloudBlob, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(CloudBlob^, AccessCondition^, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(CloudBlob, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(CloudBlob, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to start copying a blob's contents, properties, and metadata to this Azure file.

System_CAPS_pubmethodBeginStartCopy(CloudBlob, AsyncCallback, Object)(CloudBlob^, AsyncCallback^, Object^)(CloudBlob, AsyncCallback, Object)(CloudBlob, AsyncCallback, Object)

Begins an asynchronous operation to start copying a blob's contents, properties, and metadata to this Azure file.

System_CAPS_pubmethodBeginStartCopy(CloudFile, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(CloudFile^, AccessCondition^, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(CloudFile, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(CloudFile, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to start copying another file's contents, properties, and metadata to this file.

System_CAPS_pubmethodBeginStartCopy(CloudFile, AsyncCallback, Object)(CloudFile^, AsyncCallback^, Object^)(CloudFile, AsyncCallback, Object)(CloudFile, AsyncCallback, Object)

Begins an asynchronous operation to start copying another file's contents, properties, and metadata to this file.

System_CAPS_pubmethodBeginStartCopy(Uri, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Uri^, AccessCondition^, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Uri, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Uri, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to start copying another Azure file or blob's contents, properties, and metadata to this Azure file.

System_CAPS_pubmethodBeginStartCopy(Uri, AsyncCallback, Object)(Uri^, AsyncCallback^, Object^)(Uri, AsyncCallback, Object)(Uri, AsyncCallback, Object)

Begins an asynchronous operation to start copying another Azure file or blob's contents, properties, and metadata to this Azure file.

System_CAPS_pubmethodBeginUploadFromByteArray(Byte[], Int32, Int32, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(array<Byte>^, Int32, Int32, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Byte[], Int32, Int32, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Byte(), Int32, Int32, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to upload the contents of a byte array to a file.

System_CAPS_pubmethodBeginUploadFromByteArray(Byte[], Int32, Int32, AsyncCallback, Object)(array<Byte>^, Int32, Int32, AsyncCallback^, Object^)(Byte[], Int32, Int32, AsyncCallback, Object)(Byte(), Int32, Int32, AsyncCallback, Object)

Begins an asynchronous operation to upload the contents of a byte array to a file.

System_CAPS_pubmethodBeginUploadFromFile(String, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(String^, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(String, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(String, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to upload a file to the File service. If the file already exists on the service, it will be overwritten.

System_CAPS_pubmethodBeginUploadFromFile(String, AsyncCallback, Object)(String^, AsyncCallback^, Object^)(String, AsyncCallback, Object)(String, AsyncCallback, Object)

Begins an asynchronous operation to upload a file to the File service. If the file already exists on the service, it will be overwritten.

System_CAPS_pubmethodBeginUploadFromStream(Stream, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Stream^, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Stream, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Stream, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to upload a stream to a file.

System_CAPS_pubmethodBeginUploadFromStream(Stream, AsyncCallback, Object)(Stream^, AsyncCallback^, Object^)(Stream, AsyncCallback, Object)(Stream, AsyncCallback, Object)

Begins an asynchronous operation to upload a stream to a file.

System_CAPS_pubmethodBeginUploadFromStream(Stream, Int64, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Stream^, Int64, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Stream, Int64, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Stream, Int64, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to upload a stream to a file.

System_CAPS_pubmethodBeginUploadFromStream(Stream, Int64, AsyncCallback, Object)(Stream^, Int64, AsyncCallback^, Object^)(Stream, Int64, AsyncCallback, Object)(Stream, Int64, AsyncCallback, Object)

Begins an asynchronous operation to upload a stream to a file.

System_CAPS_pubmethodBeginUploadText(String, AsyncCallback, Object)(String^, AsyncCallback^, Object^)(String, AsyncCallback, Object)(String, AsyncCallback, Object)

Begins an asynchronous operation to upload a string of text to a file.

System_CAPS_pubmethodBeginUploadText(String, Encoding, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(String^, Encoding^, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(String, Encoding, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(String, Encoding, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to upload a string of text to a file.

System_CAPS_pubmethodBeginWriteRange(Stream, Int64, String, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Stream^, Int64, String^, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Stream, Int64, String, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Stream, Int64, String, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to write a range to a file.

System_CAPS_pubmethodBeginWriteRange(Stream, Int64, String, AsyncCallback, Object)(Stream^, Int64, String^, AsyncCallback^, Object^)(Stream, Int64, String, AsyncCallback, Object)(Stream, Int64, String, AsyncCallback, Object)

Begins an asynchronous operation to write a range to a file.

System_CAPS_pubmethodClearRangeAsync(Int64, Int64)(Int64, Int64)(Int64, Int64)(Int64, Int64)

Returns a task that performs an asynchronous operation to clear ranges from a file.

System_CAPS_pubmethodClearRangeAsync(Int64, Int64, AccessCondition, FileRequestOptions, OperationContext)(Int64, Int64, AccessCondition^, FileRequestOptions^, OperationContext^)(Int64, Int64, AccessCondition, FileRequestOptions, OperationContext)(Int64, Int64, AccessCondition, FileRequestOptions, OperationContext)

Returns a task that performs an asynchronous operation to clear ranges from a file.

System_CAPS_pubmethodClearRangeAsync(Int64, Int64, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Int64, Int64, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(Int64, Int64, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Int64, Int64, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Returns a task that performs an asynchronous operation to clear ranges from a file.

System_CAPS_pubmethodClearRangeAsync(Int64, Int64, CancellationToken)(Int64, Int64, CancellationToken)(Int64, Int64, CancellationToken)(Int64, Int64, CancellationToken)

Returns a task that performs an asynchronous operation to clear ranges from a file.

System_CAPS_pubmethodCreateAsync(Int64)(Int64)(Int64)(Int64)

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

System_CAPS_pubmethodCreateAsync(Int64, AccessCondition, FileRequestOptions, OperationContext)(Int64, AccessCondition^, FileRequestOptions^, OperationContext^)(Int64, AccessCondition, FileRequestOptions, OperationContext)(Int64, AccessCondition, FileRequestOptions, OperationContext)

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

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

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

System_CAPS_pubmethodCreateAsync(Int64, CancellationToken)(Int64, CancellationToken)(Int64, CancellationToken)(Int64, CancellationToken)

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

System_CAPS_pubmethodDeleteAsync()()()()

Returns a task that performs an asynchronous operation to delete the file.

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 the file.

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 the file.

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

Returns a task that performs an asynchronous operation to delete the file.

System_CAPS_pubmethodDeleteIfExistsAsync()()()()

Returns a task that performs an asynchronous request to delete the file 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 file 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 file if it already exists.

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

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

System_CAPS_pubmethodDownloadRangeToByteArrayAsync(Byte[], Int32, Nullable<Int64>, Nullable<Int64>)(array<Byte>^, Int32, Nullable<Int64>, Nullable<Int64>)(Byte[], Int32, Nullable<Int64>, Nullable<Int64>)(Byte(), Int32, Nullable(Of Int64), Nullable(Of Int64))

Returns a task that performs an asynchronous operation to download the contents of a file to a byte array.

System_CAPS_pubmethodDownloadRangeToByteArrayAsync(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext)(array<Byte>^, Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition^, FileRequestOptions^, OperationContext^)(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext)(Byte(), Int32, Nullable(Of Int64), Nullable(Of Int64), AccessCondition, FileRequestOptions, OperationContext)

Returns a task that performs an asynchronous operation to download the contents of a file to a byte array.

System_CAPS_pubmethodDownloadRangeToByteArrayAsync(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(array<Byte>^, Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Byte(), Int32, Nullable(Of Int64), Nullable(Of Int64), AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Returns a task that performs an asynchronous operation to download the contents of a file to a byte array.

System_CAPS_pubmethodDownloadRangeToByteArrayAsync(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, CancellationToken)(array<Byte>^, Int32, Nullable<Int64>, Nullable<Int64>, CancellationToken)(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, CancellationToken)(Byte(), Int32, Nullable(Of Int64), Nullable(Of Int64), CancellationToken)

Returns a task that performs an asynchronous operation to download the contents of a file to a byte array.

System_CAPS_pubmethodDownloadRangeToStreamAsync(Stream, Nullable<Int64>, Nullable<Int64>)(Stream^, Nullable<Int64>, Nullable<Int64>)(Stream, Nullable<Int64>, Nullable<Int64>)(Stream, Nullable(Of Int64), Nullable(Of Int64))

Returns a task that performs an asynchronous operation to download the contents of a file to a stream.

System_CAPS_pubmethodDownloadRangeToStreamAsync(Stream, Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext)(Stream^, Nullable<Int64>, Nullable<Int64>, AccessCondition^, FileRequestOptions^, OperationContext^)(Stream, Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext)(Stream, Nullable(Of Int64), Nullable(Of Int64), AccessCondition, FileRequestOptions, OperationContext)

Returns a task that performs an asynchronous operation to download the contents of a file to a stream.

System_CAPS_pubmethodDownloadRangeToStreamAsync(Stream, Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Stream^, Nullable<Int64>, Nullable<Int64>, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(Stream, Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Stream, Nullable(Of Int64), Nullable(Of Int64), AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Returns a task that performs an asynchronous operation to download the contents of a file to a stream.

System_CAPS_pubmethodDownloadRangeToStreamAsync(Stream, Nullable<Int64>, Nullable<Int64>, CancellationToken)(Stream^, Nullable<Int64>, Nullable<Int64>, CancellationToken)(Stream, Nullable<Int64>, Nullable<Int64>, CancellationToken)(Stream, Nullable(Of Int64), Nullable(Of Int64), CancellationToken)

Returns a task that performs an asynchronous operation to download the contents of a file to a stream.

System_CAPS_pubmethodDownloadTextAsync()()()()

Returns a task that performs an asynchronous operation to download the file's contents as a string.

System_CAPS_pubmethodDownloadTextAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Returns a task that performs an asynchronous operation to download the file's contents as a string.

System_CAPS_pubmethodDownloadTextAsync(Encoding, AccessCondition, FileRequestOptions, OperationContext)(Encoding^, AccessCondition^, FileRequestOptions^, OperationContext^)(Encoding, AccessCondition, FileRequestOptions, OperationContext)(Encoding, AccessCondition, FileRequestOptions, OperationContext)

Returns a task that performs an asynchronous operation to download the file's contents as a string.

System_CAPS_pubmethodDownloadTextAsync(Encoding, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Encoding^, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(Encoding, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Encoding, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Returns a task that performs an asynchronous operation to download the file's contents as a string.

System_CAPS_pubmethodDownloadToByteArrayAsync(Byte[], Int32)(array<Byte>^, Int32)(Byte[], Int32)(Byte(), Int32)

Returns a task that performs an asynchronous operation to download the contents of a file to a byte array.

System_CAPS_pubmethodDownloadToByteArrayAsync(Byte[], Int32, AccessCondition, FileRequestOptions, OperationContext)(array<Byte>^, Int32, AccessCondition^, FileRequestOptions^, OperationContext^)(Byte[], Int32, AccessCondition, FileRequestOptions, OperationContext)(Byte(), Int32, AccessCondition, FileRequestOptions, OperationContext)

Returns a task that performs an asynchronous operation to download the contents of a file to a byte array.

System_CAPS_pubmethodDownloadToByteArrayAsync(Byte[], Int32, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(array<Byte>^, Int32, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(Byte[], Int32, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Byte(), Int32, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Returns a task that performs an asynchronous operation to download the contents of a file to a byte array.

System_CAPS_pubmethodDownloadToByteArrayAsync(Byte[], Int32, CancellationToken)(array<Byte>^, Int32, CancellationToken)(Byte[], Int32, CancellationToken)(Byte(), Int32, CancellationToken)

Returns a task that performs an asynchronous operation to download the contents of a file to a byte array.

System_CAPS_pubmethodDownloadToFileAsync(String, FileMode)(String^, FileMode)(String, FileMode)(String, FileMode)

Returns a task that performs an asynchronous operation to download the contents of a file in the File service to a local file.

System_CAPS_pubmethodDownloadToFileAsync(String, FileMode, AccessCondition, FileRequestOptions, OperationContext)(String^, FileMode, AccessCondition^, FileRequestOptions^, OperationContext^)(String, FileMode, AccessCondition, FileRequestOptions, OperationContext)(String, FileMode, AccessCondition, FileRequestOptions, OperationContext)

Returns a task that performs an asynchronous operation to download the contents of a file in the File service to a local file.

System_CAPS_pubmethodDownloadToFileAsync(String, FileMode, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(String^, FileMode, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(String, FileMode, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(String, FileMode, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Returns a task that performs an asynchronous operation to download the contents of a file in the File service to a local file.

System_CAPS_pubmethodDownloadToFileAsync(String, FileMode, CancellationToken)(String^, FileMode, CancellationToken)(String, FileMode, CancellationToken)(String, FileMode, CancellationToken)

Returns a task that performs an asynchronous operation to download the contents of a file in the File service to a local file.

System_CAPS_pubmethodDownloadToStreamAsync(Stream)(Stream^)(Stream)(Stream)

Returns a task that performs an asynchronous operation to download the contents of a file to a stream.

System_CAPS_pubmethodDownloadToStreamAsync(Stream, AccessCondition, FileRequestOptions, OperationContext)(Stream^, AccessCondition^, FileRequestOptions^, OperationContext^)(Stream, AccessCondition, FileRequestOptions, OperationContext)(Stream, AccessCondition, FileRequestOptions, OperationContext)

Returns a task that performs an asynchronous operation to download the contents of a file to a stream.

System_CAPS_pubmethodDownloadToStreamAsync(Stream, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Stream^, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(Stream, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Stream, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Returns a task that performs an asynchronous operation to download the contents of a file to a stream.

System_CAPS_pubmethodDownloadToStreamAsync(Stream, CancellationToken)(Stream^, CancellationToken)(Stream, CancellationToken)(Stream, CancellationToken)

Returns a task that performs an asynchronous operation to download the contents of a file to a stream.

System_CAPS_pubmethodEndAbortCopy(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to abort an ongoing copy operation.

System_CAPS_pubmethodEndClearRange(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to clear ranges from a file.

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

Ends an asynchronous operation to create a file.

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

Ends an asynchronous operation to delete the file.

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

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

System_CAPS_pubmethodEndDownloadRangeToByteArray(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to download the contents of a file to a byte array.

System_CAPS_pubmethodEndDownloadRangeToStream(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to download the contents of a file to a stream.

System_CAPS_pubmethodEndDownloadText(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to download the file's contents as a string.

System_CAPS_pubmethodEndDownloadToByteArray(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to download the contents of a file to a byte array.

System_CAPS_pubmethodEndDownloadToFile(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to download the contents of a file in the File service to a local file.

System_CAPS_pubmethodEndDownloadToStream(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to download the contents of a file to a stream.

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

Returns the asynchronous result of the request to check existence of the file.

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

Ends an asynchronous operation to populate the file's properties and metadata.

System_CAPS_pubmethodEndListRanges(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to return a collection of valid ranges and their starting and ending bytes.

System_CAPS_pubmethodEndOpenRead(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to open a stream for reading from the file.

System_CAPS_pubmethodEndOpenWrite(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to open a stream for writing to the file.

System_CAPS_pubmethodEndResize(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to resize a file.

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

Ends an asynchronous operation to update the file's metadata.

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

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

System_CAPS_pubmethodEndStartCopy(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to start copying another Azure file or blob's contents, properties, and metadata to this Azure file.

System_CAPS_pubmethodEndUploadFromByteArray(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to upload the contents of a byte array to a file.

System_CAPS_pubmethodEndUploadFromFile(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to upload a file to the File service.

System_CAPS_pubmethodEndUploadFromStream(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to upload a stream to a file.

System_CAPS_pubmethodEndUploadText(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to upload a string of text to a file.

System_CAPS_pubmethodEndWriteRange(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to write a range to a file.

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

(Inherited from Object.)

System_CAPS_pubmethodExistsAsync()()()()

Returns a task that performs an asynchronous request to check existence of the file.

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

Returns a task that performs an asynchronous request to check existence of the file.

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

Returns a task that performs an asynchronous request to check existence of the file.

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 existence of the file.

System_CAPS_pubmethodFetchAttributesAsync()()()()

Returns a task that performs an asynchronous operation to populate the file's properties and metadata.

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

Returns a task that performs an asynchronous operation to populate the file's properties and metadata.

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 populate the file's properties and metadata.

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

Returns a task that performs an asynchronous operation to populate the file's properties and metadata.

System_CAPS_protmethodFinalize()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

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

Returns a shared access signature for the file.

System_CAPS_pubmethodGetSharedAccessSignature(SharedAccessFilePolicy, SharedAccessFileHeaders)(SharedAccessFilePolicy^, SharedAccessFileHeaders^)(SharedAccessFilePolicy, SharedAccessFileHeaders)(SharedAccessFilePolicy, SharedAccessFileHeaders)

Returns a shared access signature for the file.

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

Returns a shared access signature for the file.

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

Returns a shared access signature for the file.

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

Returns a shared access signature for the file.

System_CAPS_pubmethodGetType()()()()

(Inherited from Object.)

System_CAPS_pubmethodListRangesAsync()()()()

Returns a task that performs an asynchronous operation to return a collection of valid ranges and their starting and ending bytes.

System_CAPS_pubmethodListRangesAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Returns a task that performs an asynchronous operation to return a collection of valid ranges and their starting and ending bytes.

System_CAPS_pubmethodListRangesAsync(Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext)(Nullable<Int64>, Nullable<Int64>, AccessCondition^, FileRequestOptions^, OperationContext^)(Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext)(Nullable(Of Int64), Nullable(Of Int64), AccessCondition, FileRequestOptions, OperationContext)

Returns a task that performs an asynchronous operation to return a collection of valid ranges and their starting and ending bytes.

System_CAPS_pubmethodListRangesAsync(Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Nullable<Int64>, Nullable<Int64>, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Nullable(Of Int64), Nullable(Of Int64), AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Returns a task that performs an asynchronous operation to return a collection of valid ranges and their starting and ending bytes.

System_CAPS_protmethodMemberwiseClone()()()()

(Inherited from Object.)

System_CAPS_pubmethodOpenReadAsync()()()()

Returns a task that performs an asynchronous operation to open a stream for reading from the file.

System_CAPS_pubmethodOpenReadAsync(AccessCondition, FileRequestOptions, OperationContext)(AccessCondition^, FileRequestOptions^, OperationContext^)(AccessCondition, FileRequestOptions, OperationContext)(AccessCondition, FileRequestOptions, OperationContext)

Returns a task that performs an asynchronous operation to open a stream for reading from the file.

System_CAPS_pubmethodOpenReadAsync(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 open a stream for reading from the file.

System_CAPS_pubmethodOpenReadAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Returns a task that performs an asynchronous operation to open a stream for reading from the file.

System_CAPS_pubmethodOpenWriteAsync(Nullable<Int64>)(Nullable<Int64>)(Nullable<Int64>)(Nullable(Of Int64))

Returns a task that performs an asynchronous operation to open a stream for writing to the file.

System_CAPS_pubmethodOpenWriteAsync(Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext)(Nullable<Int64>, AccessCondition^, FileRequestOptions^, OperationContext^)(Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext)(Nullable(Of Int64), AccessCondition, FileRequestOptions, OperationContext)

Returns a task that performs an asynchronous operation to open a stream for writing to the file.

System_CAPS_pubmethodOpenWriteAsync(Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Nullable<Int64>, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Nullable(Of Int64), AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Returns a task that performs an asynchronous operation to open a stream for writing to the file.

System_CAPS_pubmethodOpenWriteAsync(Nullable<Int64>, CancellationToken)(Nullable<Int64>, CancellationToken)(Nullable<Int64>, CancellationToken)(Nullable(Of Int64), CancellationToken)

Returns a task that performs an asynchronous operation to open a stream for writing to the file.

System_CAPS_pubmethodResizeAsync(Int64)(Int64)(Int64)(Int64)

Returns a task that performs an asynchronous operation to resize a file.

System_CAPS_pubmethodResizeAsync(Int64, AccessCondition, FileRequestOptions, OperationContext)(Int64, AccessCondition^, FileRequestOptions^, OperationContext^)(Int64, AccessCondition, FileRequestOptions, OperationContext)(Int64, AccessCondition, FileRequestOptions, OperationContext)

Returns a task that performs an asynchronous operation to resize a file.

System_CAPS_pubmethodResizeAsync(Int64, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Int64, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(Int64, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Int64, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Returns a task that performs an asynchronous operation to resize a file.

System_CAPS_pubmethodResizeAsync(Int64, CancellationToken)(Int64, CancellationToken)(Int64, CancellationToken)(Int64, CancellationToken)

Returns a task that performs an asynchronous operation to resize a file.

System_CAPS_pubmethodSetMetadataAsync()()()()

Returns a task that performs an asynchronous operation to update the file's metadata.

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

Returns a task that performs an asynchronous operation to update the file's metadata.

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 update the file's metadata.

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

Returns a task that performs an asynchronous operation to update the file's metadata.

System_CAPS_pubmethodSetPropertiesAsync()()()()

Returns a task that performs an asynchronous operation to update the file's properties.

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

Returns a task that performs an asynchronous operation to update the file's properties.

System_CAPS_pubmethodSetPropertiesAsync(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 update the file's properties.

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

Returns a task that performs an asynchronous operation to update the file's properties.

System_CAPS_pubmethodStartCopyAsync(CloudBlob)(CloudBlob^)(CloudBlob)(CloudBlob)

Initiates an asynchronous operation to start copying a blob's contents, properties, and metadata to this Azure file.

System_CAPS_pubmethodStartCopyAsync(CloudBlob, AccessCondition, AccessCondition, FileRequestOptions, OperationContext)(CloudBlob^, AccessCondition^, AccessCondition^, FileRequestOptions^, OperationContext^)(CloudBlob, AccessCondition, AccessCondition, FileRequestOptions, OperationContext)(CloudBlob, AccessCondition, AccessCondition, FileRequestOptions, OperationContext)

Initiates an asynchronous operation to start copying a blob's contents, properties, and metadata to this Azure file.

System_CAPS_pubmethodStartCopyAsync(CloudBlob, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(CloudBlob^, AccessCondition^, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(CloudBlob, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(CloudBlob, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to start copying a blob's contents, properties, and metadata to this Azure file.

System_CAPS_pubmethodStartCopyAsync(CloudBlob, CancellationToken)(CloudBlob^, CancellationToken)(CloudBlob, CancellationToken)(CloudBlob, CancellationToken)

Initiates an asynchronous operation to start copying a blob's contents, properties, and metadata to this Azure file.

System_CAPS_pubmethodStartCopyAsync(CloudFile)(CloudFile^)(CloudFile)(CloudFile)

Initiates an asynchronous operation to start copying another file's contents, properties, and metadata to this file.

System_CAPS_pubmethodStartCopyAsync(CloudFile, AccessCondition, AccessCondition, FileRequestOptions, OperationContext)(CloudFile^, AccessCondition^, AccessCondition^, FileRequestOptions^, OperationContext^)(CloudFile, AccessCondition, AccessCondition, FileRequestOptions, OperationContext)(CloudFile, AccessCondition, AccessCondition, FileRequestOptions, OperationContext)

Initiates an asynchronous operation to start copying another file's contents, properties, and metadata to this file.

System_CAPS_pubmethodStartCopyAsync(CloudFile, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(CloudFile^, AccessCondition^, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(CloudFile, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(CloudFile, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to start copying another file's contents, properties, and metadata to this file.

System_CAPS_pubmethodStartCopyAsync(CloudFile, CancellationToken)(CloudFile^, CancellationToken)(CloudFile, CancellationToken)(CloudFile, CancellationToken)

Initiates an asynchronous operation to start copying another file's contents, properties, and metadata to this file.

System_CAPS_pubmethodStartCopyAsync(Uri)(Uri^)(Uri)(Uri)

Initiates an asynchronous operation to start copying another Azure file or blob's contents, properties, and metadata to this Azure file.

System_CAPS_pubmethodStartCopyAsync(Uri, AccessCondition, AccessCondition, FileRequestOptions, OperationContext)(Uri^, AccessCondition^, AccessCondition^, FileRequestOptions^, OperationContext^)(Uri, AccessCondition, AccessCondition, FileRequestOptions, OperationContext)(Uri, AccessCondition, AccessCondition, FileRequestOptions, OperationContext)

Initiates an asynchronous operation to start copying another Azure file or blob's contents, properties, and metadata to this Azure file.

System_CAPS_pubmethodStartCopyAsync(Uri, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Uri^, AccessCondition^, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(Uri, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Uri, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to start copying another Azure file or blob's contents, properties, and metadata to this Azure file.

System_CAPS_pubmethodStartCopyAsync(Uri, CancellationToken)(Uri^, CancellationToken)(Uri, CancellationToken)(Uri, CancellationToken)

Initiates an asynchronous operation to start copying another Azure file or blob's contents, properties, and metadata to this Azure file.

System_CAPS_pubmethodToString()()()()

(Inherited from Object.)

System_CAPS_pubmethodUploadFromByteArrayAsync(Byte[], Int32, Int32)(array<Byte>^, Int32, Int32)(Byte[], Int32, Int32)(Byte(), Int32, Int32)

Returns a task that performs an asynchronous operation to upload the contents of a byte array to a file.

System_CAPS_pubmethodUploadFromByteArrayAsync(Byte[], Int32, Int32, AccessCondition, FileRequestOptions, OperationContext)(array<Byte>^, Int32, Int32, AccessCondition^, FileRequestOptions^, OperationContext^)(Byte[], Int32, Int32, AccessCondition, FileRequestOptions, OperationContext)(Byte(), Int32, Int32, AccessCondition, FileRequestOptions, OperationContext)

Returns a task that performs an asynchronous operation to upload the contents of a byte array to a file.

System_CAPS_pubmethodUploadFromByteArrayAsync(Byte[], Int32, Int32, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(array<Byte>^, Int32, Int32, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(Byte[], Int32, Int32, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Byte(), Int32, Int32, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Returns a task that performs an asynchronous operation to upload the contents of a byte array to a file.

System_CAPS_pubmethodUploadFromByteArrayAsync(Byte[], Int32, Int32, CancellationToken)(array<Byte>^, Int32, Int32, CancellationToken)(Byte[], Int32, Int32, CancellationToken)(Byte(), Int32, Int32, CancellationToken)

Returns a task that performs an asynchronous operation to upload the contents of a byte array to a file.

System_CAPS_pubmethodUploadFromFileAsync(String)(String^)(String)(String)

Returns a task that performs an asynchronous operation to upload a local file to the File service. If the file already exists on the service, it will be overwritten.

System_CAPS_pubmethodUploadFromFileAsync(String, AccessCondition, FileRequestOptions, OperationContext)(String^, AccessCondition^, FileRequestOptions^, OperationContext^)(String, AccessCondition, FileRequestOptions, OperationContext)(String, AccessCondition, FileRequestOptions, OperationContext)

Returns a task that performs an asynchronous operation to upload a local file to the File service. If the file already exists on the service, it will be overwritten.

System_CAPS_pubmethodUploadFromFileAsync(String, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(String^, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(String, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(String, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Returns a task that performs an asynchronous operation to upload a local file to the File service. If the file already exists on the service, it will be overwritten.

System_CAPS_pubmethodUploadFromFileAsync(String, CancellationToken)(String^, CancellationToken)(String, CancellationToken)(String, CancellationToken)

Returns a task that performs an asynchronous operation to upload a local file to the File service. If the file already exists on the service, it will be overwritten.

System_CAPS_pubmethodUploadFromStreamAsync(Stream)(Stream^)(Stream)(Stream)

Returns a task that performs an asynchronous operation to upload a stream to a file.

System_CAPS_pubmethodUploadFromStreamAsync(Stream, AccessCondition, FileRequestOptions, OperationContext)(Stream^, AccessCondition^, FileRequestOptions^, OperationContext^)(Stream, AccessCondition, FileRequestOptions, OperationContext)(Stream, AccessCondition, FileRequestOptions, OperationContext)

Returns a task that performs an asynchronous operation to upload a stream to a file.

System_CAPS_pubmethodUploadFromStreamAsync(Stream, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Stream^, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(Stream, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Stream, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Returns a task that performs an asynchronous operation to upload a stream to a file.

System_CAPS_pubmethodUploadFromStreamAsync(Stream, CancellationToken)(Stream^, CancellationToken)(Stream, CancellationToken)(Stream, CancellationToken)

Returns a task that performs an asynchronous operation to upload a stream to a file.

System_CAPS_pubmethodUploadFromStreamAsync(Stream, Int64)(Stream^, Int64)(Stream, Int64)(Stream, Int64)

Returns a task that performs an asynchronous operation to upload a stream to a file.

System_CAPS_pubmethodUploadFromStreamAsync(Stream, Int64, AccessCondition, FileRequestOptions, OperationContext)(Stream^, Int64, AccessCondition^, FileRequestOptions^, OperationContext^)(Stream, Int64, AccessCondition, FileRequestOptions, OperationContext)(Stream, Int64, AccessCondition, FileRequestOptions, OperationContext)

Returns a task that performs an asynchronous operation to upload a stream to a file.

System_CAPS_pubmethodUploadFromStreamAsync(Stream, Int64, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Stream^, Int64, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(Stream, Int64, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Stream, Int64, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Returns a task that performs an asynchronous operation to upload a stream to a file.

System_CAPS_pubmethodUploadFromStreamAsync(Stream, Int64, CancellationToken)(Stream^, Int64, CancellationToken)(Stream, Int64, CancellationToken)(Stream, Int64, CancellationToken)

Returns a task that performs an asynchronous operation to upload a stream to a file.

System_CAPS_pubmethodUploadTextAsync(String)(String^)(String)(String)

Returns a task that performs an asynchronous operation to upload a string of text to a file.

System_CAPS_pubmethodUploadTextAsync(String, CancellationToken)(String^, CancellationToken)(String, CancellationToken)(String, CancellationToken)

Returns a task that performs an asynchronous operation to upload a string of text to a file.

System_CAPS_pubmethodUploadTextAsync(String, Encoding, AccessCondition, FileRequestOptions, OperationContext)(String^, Encoding^, AccessCondition^, FileRequestOptions^, OperationContext^)(String, Encoding, AccessCondition, FileRequestOptions, OperationContext)(String, Encoding, AccessCondition, FileRequestOptions, OperationContext)

Returns a task that performs an asynchronous operation to upload a string of text to a file.

System_CAPS_pubmethodUploadTextAsync(String, Encoding, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(String^, Encoding^, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(String, Encoding, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(String, Encoding, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Returns a task that performs an asynchronous operation to upload a string of text to a file.

System_CAPS_pubmethodWriteRangeAsync(Stream, Int64, String)(Stream^, Int64, String^)(Stream, Int64, String)(Stream, Int64, String)

Returns a task that performs an asynchronous operation to write a range to a file.

System_CAPS_pubmethodWriteRangeAsync(Stream, Int64, String, AccessCondition, FileRequestOptions, OperationContext)(Stream^, Int64, String^, AccessCondition^, FileRequestOptions^, OperationContext^)(Stream, Int64, String, AccessCondition, FileRequestOptions, OperationContext)(Stream, Int64, String, AccessCondition, FileRequestOptions, OperationContext)

Returns a task that performs an asynchronous operation to write a range to a file.

System_CAPS_pubmethodWriteRangeAsync(Stream, Int64, String, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Stream^, Int64, String^, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(Stream, Int64, String, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Stream, Int64, String, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Returns a task that performs an asynchronous operation to write a range to a file.

System_CAPS_pubmethodWriteRangeAsync(Stream, Int64, String, CancellationToken)(Stream^, Int64, String^, CancellationToken)(Stream, Int64, String, CancellationToken)(Stream, Int64, String, CancellationToken)

Returns a task that performs an asynchronous operation to write a range to a file.

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