DataLakePathScheduleDeletionOptions Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
DataLakePathScheduleDeletionOptions(Nullable<DateTimeOffset>) |
Construtor. Define o DateTimeOffset quando o caminho será excluído. |
DataLakePathScheduleDeletionOptions(Nullable<TimeSpan>) |
Construtor. Define a hora em que o caminho será excluído, em relação à hora atual. |
DataLakePathScheduleDeletionOptions(Nullable<DateTimeOffset>)
Construtor. Define o DateTimeOffset quando o caminho será excluído.
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))
Parâmetros
- expiresOn
- Nullable<DateTimeOffset>
O DateTimeOffset quando o arquivo será excluído.
Aplica-se a
DataLakePathScheduleDeletionOptions(Nullable<TimeSpan>)
Construtor. Define a hora em que o caminho será excluído, em relação à hora atual.
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))
Parâmetros
Aplica-se a
Azure SDK for .NET