Condividi tramite


DataLakePathScheduleDeletionOptions Constructors

Definition

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>)

Source:
DataLakePathScheduleDeletionOptions.cs
Source:
DataLakePathScheduleDeletionOptions.cs

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>)

Source:
DataLakePathScheduleDeletionOptions.cs
Source:
DataLakePathScheduleDeletionOptions.cs

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

timeToExpire
Nullable<TimeSpan>

Duration before path will be deleted.

Applies to