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