Interface PingOptions

interface PingOptions {
    bucket?: string;
    reportId?: string;
    serviceTypes?: ServiceType[];
    timeout?: number;
}

Properties

bucket?: string

The name of the bucket to ping.

reportId?: string

A unique identifier for the report generated by this operation.

serviceTypes?: ServiceType[]

The services which should be pinged.

timeout?: number

The timeout for this operation, represented in milliseconds.