Class PreviewScaleBlockchainPlatformRequest
Implements
Inherited Members
Namespace: Oci.BlockchainService.Requests
Assembly: OCI.DotNetSDK.Blockchain.dll
Syntax
public class PreviewScaleBlockchainPlatformRequest : IOciRequestExamples
Click here to see an example of how to use PreviewScaleBlockchainPlatform request.
Properties
BlockchainPlatformId
Declaration
[Required(ErrorMessage = "BlockchainPlatformId is required.")]
[HttpConverter(TargetEnum.Path, "blockchainPlatformId")]
public string BlockchainPlatformId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Unique service identifier. | 
Remarks
Required
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The client request ID for tracing. | 
ScaleBlockchainPlatformDetails
Declaration
[Required(ErrorMessage = "ScaleBlockchainPlatformDetails is required.")]
[HttpConverter(TargetEnum.Body)]
public ScaleBlockchainPlatformDetails ScaleBlockchainPlatformDetails { get; set; }Property Value
| Type | Description | 
|---|---|
| ScaleBlockchainPlatformDetails | Input payload to scaleout blockchain platform. The payload cannot be empty. | 
Remarks
Required