FileStatusProperties.Length Property
Optional. Gets or sets the number of bytes in a file.
Namespace: Microsoft.Azure.Management.DataLake.StoreFileSystem.Models
Assembly: Microsoft.Azure.Management.DataLake.StoreFileSystem (in Microsoft.Azure.Management.DataLake.StoreFileSystem.dll)
Syntax
public long Length { get; set; }
public:
property long long Length {
long long get();
void set(long long value);
}
member Length : int64 with get, set
Public Property Length As Long
Property Value
Type: System.Int64
See Also
FileStatusProperties Class
Microsoft.Azure.Management.DataLake.StoreFileSystem.Models Namespace
Return to top