DataLakePathScheduleDeletionOptions Constructors
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.
Overloads
DataLakePathScheduleDeletionOptions(Nullable<DateTimeOffset>) |
Constructor. Sets the DateTimeOffset when the path will be deleted. |
DataLakePathScheduleDeletionOptions(Nullable<TimeSpan>) |
Constructor. Sets time when the path will be deleted, relative to the current time. |
DataLakePathScheduleDeletionOptions(Nullable<DateTimeOffset>)
Constructor. Sets the DateTimeOffset when the path will be deleted.
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))
Parameters
- expiresOn
- Nullable<DateTimeOffset>
The DateTimeOffset when the file will be deleted.
Applies to
DataLakePathScheduleDeletionOptions(Nullable<TimeSpan>)
Constructor. Sets time when the path will be deleted, relative to the current time.
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))
Parameters
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