DataLakePathScheduleDeletionOptions コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
DataLakePathScheduleDeletionOptions(Nullable<DateTimeOffset>) |
コンストラクターです。 パスを DateTimeOffset 削除するタイミングを設定します。 |
DataLakePathScheduleDeletionOptions(Nullable<TimeSpan>) |
コンストラクターです。 現在の時刻を基準にして、パスが削除される時刻を設定します。 |
DataLakePathScheduleDeletionOptions(Nullable<DateTimeOffset>)
コンストラクターです。 パスを 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>)
コンストラクターです。 現在の時刻を基準にして、パスが削除される時刻を設定します。
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))
パラメーター
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET