Share via


MockAdlsClient.SetExpiryTimeAsync Method

Definition

Sets the expiry time for the file.

public override System.Threading.Tasks.Task SetExpiryTimeAsync (string path, Microsoft.Azure.DataLake.Store.ExpiryOption eopt, long expiryTime, System.Threading.CancellationToken cancelToken = default);
override this.SetExpiryTimeAsync : string * Microsoft.Azure.DataLake.Store.ExpiryOption * int64 * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overrides Function SetExpiryTimeAsync (path As String, eopt As ExpiryOption, expiryTime As Long, Optional cancelToken As CancellationToken = Nothing) As Task

Parameters

path
String

Path of file or directory

eopt
ExpiryOption

Expiry option

expiryTime
Int64

Expiry time

cancelToken
CancellationToken

Cancellation token

Returns

Applies to