Compartir a través de


ContentSummary.FileCount (Propiedad)

 

Obtiene el número de archivos.

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 = "fileCount")]
public Nullable<long> FileCount { get; private set; }
public:
[JsonPropertyAttribute(PropertyName = "fileCount")]
property Nullable<long long> FileCount {
    Nullable<long long> get();
    private: void set(Nullable<long long> value);
}
[<JsonPropertyAttribute(PropertyName = "fileCount")>]
member FileCount : Nullable<int64> with get, private set
<JsonPropertyAttribute(PropertyName := "fileCount")>
Public Property FileCount 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