ListContainerSasInput Class

Definition

The parameters to the list SAS request.

public class ListContainerSasInput
type ListContainerSasInput = class
Public Class ListContainerSasInput
Inheritance
ListContainerSasInput

Constructors

ListContainerSasInput()

Initializes a new instance of the ListContainerSasInput class.

ListContainerSasInput(Nullable<AssetContainerPermission>, Nullable<DateTime>)

Initializes a new instance of the ListContainerSasInput class.

Properties

ExpiryTime

Gets or sets the SAS URL expiration time. This must be less than 24 hours from the current time.

Permissions

Gets or sets the permissions to set on the SAS URL. Possible values include: 'Read', 'ReadWrite', 'ReadWriteDelete'

Applies to