IStorageAccount.BytesUsed Property
If Storage Account Metrics are enabled on the storage account, this returns the number of bytes used in the storage account by blob data. If Storage Account Metrics are not enabled or no data is available, then null is returned.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Syntax
'Declaration
Property BytesUsed As Nullable(Of Long)
Get
Set
'Usage
Dim instance As IStorageAccount
Dim value As Nullable(Of Long)
value = instance.BytesUsed
instance.BytesUsed = value
Nullable<long> BytesUsed { get; set; }
property Nullable<long long> BytesUsed {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
abstract BytesUsed : Nullable<int64> with get, set
function get BytesUsed () : Nullable<long>
function set BytesUsed (value : Nullable<long>)
Property Value
Type: System.Nullable<Int64>
Returns Int64.