createShardKey method

ResponseFuture<CreateShardKeyResponse> createShardKey(
  1. CreateShardKeyRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.CreateShardKeyResponse> createShardKey($1.CreateShardKeyRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$createShardKey, request, options: options);
}