SetAzureRmDataLakeStoreItemExpiry.Expiration Property
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.
[System.Management.Automation.Parameter(HelpMessage="The expiration time for the specified file. If no value or set to MaxValue, the file will never expire.", Mandatory=false, ParameterSetName="SetAbsoluteNeverExpireExpiry", Position=2, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public DateTimeOffset Expiration { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The expiration time for the specified file. If no value or set to MaxValue, the file will never expire.", Mandatory=false, ParameterSetName="SetAbsoluteNeverExpireExpiry", Position=2, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Expiration : DateTimeOffset with get, set
Public Property Expiration As DateTimeOffset
Property Value
- Attributes