Package version:

The details for container sas creation.

interface ContainerSaS {
    expiryTimeStamp: Date;
    ipAddress: string;
    startTimeStamp: Date;
}

Properties

expiryTimeStamp: Date

Sas token expiry timestamp.

ipAddress: string

Ip Address

startTimeStamp: Date

Sas token start timestamp.

Generated using TypeDoc