DataLakeModelFactory.FileSystemProperties 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 FileSystemProperties instance for mocking.
public static Azure.Storage.Files.DataLake.Models.FileSystemProperties FileSystemProperties (DateTimeOffset lastModified = default, Azure.Storage.Files.DataLake.Models.DataLakeLeaseStatus? leaseStatus = default, Azure.Storage.Files.DataLake.Models.DataLakeLeaseState? leaseState = default, Azure.Storage.Files.DataLake.Models.DataLakeLeaseDuration? leaseDuration = default, Azure.Storage.Files.DataLake.Models.PublicAccessType? publicAccess = default, bool? hasImmutabilityPolicy = default, bool? hasLegalHold = default, Azure.ETag eTag = default, System.Collections.Generic.IDictionary<string,string> metadata = default, DateTimeOffset? deletedOn = default, int? remainingRetentionDays = default);
static member FileSystemProperties : DateTimeOffset * Nullable<Azure.Storage.Files.DataLake.Models.DataLakeLeaseStatus> * Nullable<Azure.Storage.Files.DataLake.Models.DataLakeLeaseState> * Nullable<Azure.Storage.Files.DataLake.Models.DataLakeLeaseDuration> * Nullable<Azure.Storage.Files.DataLake.Models.PublicAccessType> * Nullable<bool> * Nullable<bool> * Azure.ETag * System.Collections.Generic.IDictionary<string, string> * Nullable<DateTimeOffset> * Nullable<int> -> Azure.Storage.Files.DataLake.Models.FileSystemProperties
Public Shared Function FileSystemProperties (Optional lastModified As DateTimeOffset = Nothing, Optional leaseStatus As Nullable(Of DataLakeLeaseStatus) = Nothing, Optional leaseState As Nullable(Of DataLakeLeaseState) = Nothing, Optional leaseDuration As Nullable(Of DataLakeLeaseDuration) = Nothing, Optional publicAccess As Nullable(Of PublicAccessType) = Nothing, Optional hasImmutabilityPolicy As Nullable(Of Boolean) = Nothing, Optional hasLegalHold As Nullable(Of Boolean) = Nothing, Optional eTag As ETag = Nothing, Optional metadata As IDictionary(Of String, String) = Nothing, Optional deletedOn As Nullable(Of DateTimeOffset) = Nothing, Optional remainingRetentionDays As Nullable(Of Integer) = Nothing) As FileSystemProperties
Parameters
- lastModified
- DateTimeOffset
- leaseStatus
- Nullable<DataLakeLeaseStatus>
- leaseState
- Nullable<DataLakeLeaseState>
- leaseDuration
- Nullable<DataLakeLeaseDuration>
- publicAccess
- Nullable<PublicAccessType>
- eTag
- ETag
- metadata
- IDictionary<String,String>
- deletedOn
- Nullable<DateTimeOffset>
Returns
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET