FileStatusProperties.FileId Property

 

Optional. Gets or sets the file identifier.

Namespace:   Microsoft.Azure.Management.DataLake.StoreFileSystem.Models
Assembly:  Microsoft.Azure.Management.DataLake.StoreFileSystem (in Microsoft.Azure.Management.DataLake.StoreFileSystem.dll)

Syntax

public long FileId { get; set; }
public:
property long long FileId {
    long long get();
    void set(long long value);
}
member FileId : int64 with get, set
Public Property FileId As Long

Property Value

Type: System.Int64

See Also

FileStatusProperties Class
Microsoft.Azure.Management.DataLake.StoreFileSystem.Models Namespace

Return to top