Azure.Storage.Files.DataLake.Models.Path
class Path
The Path.
namespace Azure.Storage.Files.DataLake.Models
{
internal class Path
{
public string Name { get; }
public DateTimeOffset? LastModified { get; }
public string Owner { get; }
public string Group { get; }
public string Permissions { get; }
public string EncryptionScope { get; }
public string CreationTime { get; }
public string ExpiryTime { get; }
public string EncryptionContext { get; }
public string ContentLength { get; }
public string IsDirectory { get; }
public string Etag { get; }
}
}