waitForShardState method
ResponseFuture<CollectionOperationResponse>
waitForShardState(
- WaitForShardStateRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$1.CollectionOperationResponse> waitForShardState($0.WaitForShardStateRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$waitForShardState, request, options: options);
}