FileStatusProperties.PathSuffix Property

 

Optional. Gets or sets the path suffix.

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

Syntax

public string PathSuffix { get; set; }
public:
property String^ PathSuffix {
    String^ get();
    void set(String^ value);
}
member PathSuffix : string with get, set
Public Property PathSuffix As String

Property Value

Type: System.String

See Also

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

Return to top