<PackageReference Include="Azure.Storage.Files.DataLake" Version="12.22.0" />

Azure.Storage.Files.DataLake.Models.PathExpiryOptions

The PathExpiryOptions.
public static PathExpiryOptions Absolute { get; }

Absolute.

public static PathExpiryOptions NeverExpire { get; }

NeverExpire.

public static PathExpiryOptions RelativeToCreation { get; }

RelativeToCreation.

public static PathExpiryOptions RelativeToNow { get; }

RelativeToNow.

public PathExpiryOptions(string value)

Initializes a new instance of PathExpiryOptions.

public static bool op_Equality(PathExpiryOptions left, PathExpiryOptions right)

Determines if two PathExpiryOptions values are the same.

public static PathExpiryOptions op_Implicit(string value)

Converts a String to a PathExpiryOptions.

public static bool op_Inequality(PathExpiryOptions left, PathExpiryOptions right)

Determines if two PathExpiryOptions values are not the same.

public bool Equals(PathExpiryOptions other)

Indicates whether the current object is equal to another object of the same type.