Package version:

Azure Analytics Logging settings.

interface Logging {
    deleteProperty: boolean;
    read: boolean;
    retentionPolicy: RetentionPolicy;
    version: string;
    write: boolean;
}

Properties

deleteProperty: boolean

Indicates whether all delete requests should be logged.

read: boolean

Indicates whether all read requests should be logged.

retentionPolicy: RetentionPolicy

the retention policy

version: string

The version of Storage Analytics to configure.

write: boolean

Indicates whether all write requests should be logged.