Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

The number of bytes read from the response body for the given request

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

Syntax

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