次の方法で共有


DataLakePathScheduleDeletionOptions コンストラクター

定義

オーバーロード

DataLakePathScheduleDeletionOptions(Nullable<DateTimeOffset>)

コンストラクターです。 パスを DateTimeOffset 削除するタイミングを設定します。

DataLakePathScheduleDeletionOptions(Nullable<TimeSpan>)

コンストラクターです。 現在の時刻を基準にして、パスが削除される時刻を設定します。

DataLakePathScheduleDeletionOptions(Nullable<DateTimeOffset>)

ソース:
DataLakePathScheduleDeletionOptions.cs
ソース:
DataLakePathScheduleDeletionOptions.cs

コンストラクターです。 パスを DateTimeOffset 削除するタイミングを設定します。

public DataLakePathScheduleDeletionOptions (DateTimeOffset? expiresOn);
new Azure.Storage.Files.DataLake.Models.DataLakePathScheduleDeletionOptions : Nullable<DateTimeOffset> -> Azure.Storage.Files.DataLake.Models.DataLakePathScheduleDeletionOptions
Public Sub New (expiresOn As Nullable(Of DateTimeOffset))

パラメーター

expiresOn
Nullable<DateTimeOffset>

ファイルが削除される DateTimeOffset。

適用対象

DataLakePathScheduleDeletionOptions(Nullable<TimeSpan>)

ソース:
DataLakePathScheduleDeletionOptions.cs
ソース:
DataLakePathScheduleDeletionOptions.cs

コンストラクターです。 現在の時刻を基準にして、パスが削除される時刻を設定します。

public DataLakePathScheduleDeletionOptions (TimeSpan? timeToExpire);
new Azure.Storage.Files.DataLake.Models.DataLakePathScheduleDeletionOptions : Nullable<TimeSpan> -> Azure.Storage.Files.DataLake.Models.DataLakePathScheduleDeletionOptions
Public Sub New (timeToExpire As Nullable(Of TimeSpan))

パラメーター

timeToExpire
Nullable<TimeSpan>

パスが削除されるまでの期間。

適用対象