PingOptions class Diagnostics

The options available for Cluster.ping.

Constructors

PingOptions({String? reportId, List<ServiceType>? serviceTypes, String? bucket, Duration? timeout})
const

Properties

bucket String?
The name of the bucket to ping.
final
hashCode int
The hash code for this object.
no setterinherited
reportId String?
A unique identifier for the report generated by this operation.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceTypes List<ServiceType>?
The services which should be pinged.
final
timeout Duration?
The timeout for this operation, represented in milliseconds.
final

Methods

copyWith({String? reportId, List<ServiceType>? serviceTypes, String? bucket, Duration? timeout}) PingOptions
Creates a copy of this PingOptions with the specified options updated.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited