CloudFile Members

Windows Runtime Azure Storage Client Library

Represents a Windows Azure File.

The following tables list the members exposed by the CloudFile type.

Public Constructors

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

Public Properties

  Name Description
public property Metadata Gets the user-defined metadata for the file.
public property Name Gets the file's name.
public property Parent Gets the CloudFileDirectory object representing the parent directory for the file.
public property Properties Gets the file's system properties.
public property ServiceClient Gets the CloudFileClient object that represents the File service.
public property Share Gets a CloudFileShare object representing the file's share.
public property StorageUri Gets the absolute URI to the file.
public property StreamMinimumReadSizeInBytes Gets or sets the minimum number of bytes to buffer when reading from a file stream.
public property StreamWriteSizeInBytes Gets or sets the number of bytes to buffer when writing to a file stream.
public property Uri Gets the file's URI.
Top

Public Methods (see also Protected Methods)

  Name Description
public method ClearRangeAsync Overloaded.  
public method static Create  
public method CreateAsync Overloaded.  
public method DeleteAsync Overloaded.  
public method DeleteIfExistsAsync Overloaded.  
public method DownloadRangeToByteArrayAsync Overloaded.  
public method DownloadRangeToStreamAsync Overloaded.  
public method DownloadTextAsync Overloaded.  
public method DownloadToByteArrayAsync Overloaded.  
public method DownloadToFileAsync Overloaded.  
public method DownloadToStreamAsync Overloaded.  
public method Equals  (Inherited from Object)
public method ExistsAsync Overloaded.  
public method FetchAttributesAsync Overloaded.  
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ListRangesAsync Overloaded.  
public method OpenReadAsync Overloaded.  
public method OpenWriteAsync Overloaded.  
public method ResizeAsync Overloaded.  
public method SetMetadataAsync Overloaded.  
public method SetPropertiesAsync Overloaded.  
public method ToString  (Inherited from Object)
public method UploadFromByteArrayAsync Overloaded.  
public method UploadFromFileAsync Overloaded.  
public method UploadFromStreamAsync Overloaded.  
public method UploadTextAsync Overloaded.  
public method WriteRangeAsync Overloaded.  
Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

See Also