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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET