Partager via


Propriété FileStatusProperties.PathSuffix

 

Obtient le suffixe du chemin d’accès.

Espace de noms:   Microsoft.Azure.Management.DataLake.Store.Models
Assembly:  Microsoft.Azure.Management.DataLake.Store (dans Microsoft.Azure.Management.DataLake.Store.dll)

Syntaxe

[JsonPropertyAttribute(PropertyName = "pathSuffix")]
public string PathSuffix { get; private set; }
public:
[JsonPropertyAttribute(PropertyName = "pathSuffix")]
property String^ PathSuffix {
    String^ get();
    private: void set(String^ value);
}
[<JsonPropertyAttribute(PropertyName = "pathSuffix")>]
member PathSuffix : string with get, private set
<JsonPropertyAttribute(PropertyName := "pathSuffix")>
Public Property PathSuffix As String
    Get
    Private Set
End Property

Valeur de propriété

Type: System.String

Voir aussi

FileStatusProperties, classe
Microsoft.Azure.Management.DataLake.Store.Models, espace de noms

Retour au début