updateShardCutoffPoint method

ResponseFuture<CollectionOperationResponse> updateShardCutoffPoint(
  1. UpdateShardCutoffPointRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.CollectionOperationResponse> updateShardCutoffPoint($0.UpdateShardCutoffPointRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$updateShardCutoffPoint, request, options: options);
}