RequestResult.IngressBytes Property (Microsoft.WindowsAzure.Storage)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
RequestResult.IngressBytes Property
RequestResult::IngressBytes Property
RequestResult.IngressBytes Property
RequestResult.IngressBytes Property
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
C++
public:
property long long IngressBytes {
long long get();
void set(long long value);
}
Property Value
Type:
System.Int64System::Int64System.Int64System.Int64
Return to top
The number of bytes read from the response body for the given request
Syntax
C++
public: property long long IngressBytes { long long get(); void set(long long value); }