Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

The number of bytes written to the request body for a given request

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

Syntax

 
public long EgressBytes { get; set; }
 
public:
property long long EgressBytes {
	long long get();
	void set(long long value);
}
 
member EgressBytes : int64 with get, set
 
Public Property EgressBytes As Long
Return to top