FileStatusResponse.FileStatus Property

 

Optional. Gets or sets the file status object associated with the specified file path

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

Syntax

public FileStatusProperties FileStatus { get; set; }
public:
property FileStatusProperties^ FileStatus {
    FileStatusProperties^ get();
    void set(FileStatusProperties^ value);
}
member FileStatus : FileStatusProperties with get, set
Public Property FileStatus As FileStatusProperties

Property Value

Type: Microsoft.Azure.Management.DataLake.StoreFileSystem.Models.FileStatusProperties

See Also

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

Return to top