DataLakeModelFactory.PathSystemProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.Storage.Files.DataLake.Models.PathSystemProperties PathSystemProperties(DateTimeOffset? creationTime, DateTimeOffset? lastModifiedTime, Azure.ETag eTag, long? contentLength, bool? isDirectory, bool? isServerEncrypted, string encryptionKeySha256, DateTimeOffset? expiresOn, string encryptionScope, string encryptionContext, string owner, string group, Azure.Storage.Files.DataLake.Models.PathPermissions permissions);
static member PathSystemProperties : Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Azure.ETag * Nullable<int64> * Nullable<bool> * Nullable<bool> * string * Nullable<DateTimeOffset> * string * string * string * string * Azure.Storage.Files.DataLake.Models.PathPermissions -> Azure.Storage.Files.DataLake.Models.PathSystemProperties
Public Shared Function PathSystemProperties (creationTime As Nullable(Of DateTimeOffset), lastModifiedTime As Nullable(Of DateTimeOffset), eTag As ETag, contentLength As Nullable(Of Long), isDirectory As Nullable(Of Boolean), isServerEncrypted As Nullable(Of Boolean), encryptionKeySha256 As String, expiresOn As Nullable(Of DateTimeOffset), encryptionScope As String, encryptionContext As String, owner As String, group As String, permissions As PathPermissions) As PathSystemProperties
Parameters
- creationTime
- Nullable<DateTimeOffset>
- lastModifiedTime
- Nullable<DateTimeOffset>
- eTag
- ETag
- encryptionKeySha256
- String
- expiresOn
- Nullable<DateTimeOffset>
- encryptionScope
- String
- encryptionContext
- String
- owner
- String
- group
- String
- permissions
- PathPermissions