Interface GetAllReplicasOptions

interface GetAllReplicasOptions {
    timeout?: number;
    transcoder?: Transcoder;
}

Properties

timeout?: number

The timeout for this operation, represented in milliseconds.

transcoder?: Transcoder

Specifies an explicit transcoder to use for this specific operation.