DataLakeModelFactory.PathItem 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.
Creates a new PathItem instance for mocking.
public static Azure.Storage.Files.DataLake.Models.PathItem PathItem (string name, bool? isDirectory, DateTimeOffset lastModified, Azure.ETag eTag, long? contentLength, string owner, string group, string permissions, DateTimeOffset? createdOn, DateTimeOffset? expiresOn, string encryptionContext);
static member PathItem : string * Nullable<bool> * DateTimeOffset * Azure.ETag * Nullable<int64> * string * string * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string -> Azure.Storage.Files.DataLake.Models.PathItem
Public Shared Function PathItem (name As String, isDirectory As Nullable(Of Boolean), lastModified As DateTimeOffset, eTag As ETag, contentLength As Nullable(Of Long), owner As String, group As String, permissions As String, createdOn As Nullable(Of DateTimeOffset), expiresOn As Nullable(Of DateTimeOffset), encryptionContext As String) As PathItem
Parameters
- name
- String
- lastModified
- DateTimeOffset
- eTag
- ETag
- owner
- String
- group
- String
- permissions
- String
- createdOn
- Nullable<DateTimeOffset>
- expiresOn
- Nullable<DateTimeOffset>
- encryptionContext
- String
Returns
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET