Compartir a través de


ContentSummary(Int64, Int64, Int64, Int64) Constructor

Definición

Crea una instancia de contentsummary

public ContentSummary(long directoryCnt, long fileCnt, long length, long spaceConsumed);
new Microsoft.Azure.DataLake.Store.ContentSummary : int64 * int64 * int64 * int64 -> Microsoft.Azure.DataLake.Store.ContentSummary
Public Sub New (directoryCnt As Long, fileCnt As Long, length As Long, spaceConsumed As Long)

Parámetros

directoryCnt
Int64

Recuento de directorios

fileCnt
Int64

Número de archivos

length
Int64

Size

spaceConsumed
Int64

Tamaño total

Se aplica a