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