Compartir a través de


ContentSummary.SpaceConsumed (Propiedad)

 

Obtiene el espacio de disco utilizado por el contenido.

Espacio de nombres:   Microsoft.Azure.Management.DataLake.Store.Models
Ensamblado:  Microsoft.Azure.Management.DataLake.Store (en Microsoft.Azure.Management.DataLake.Store.dll)

Sintaxis

[JsonPropertyAttribute(PropertyName = "spaceConsumed")]
public Nullable<long> SpaceConsumed { get; private set; }
public:
[JsonPropertyAttribute(PropertyName = "spaceConsumed")]
property Nullable<long long> SpaceConsumed {
    Nullable<long long> get();
    private: void set(Nullable<long long> value);
}
[<JsonPropertyAttribute(PropertyName = "spaceConsumed")>]
member SpaceConsumed : Nullable<int64> with get, private set
<JsonPropertyAttribute(PropertyName := "spaceConsumed")>
Public Property SpaceConsumed As Nullable(Of Long)
    Get
    Private Set
End Property

Valor de propiedad

Type: System.Nullable<Int64>

Vea también

ContentSummary (Clase)
Microsoft.Azure.Management.DataLake.Store.Models (Espacio de nombres)

Volver al principio