Show / Hide Table of Contents

Class PrevalidatePatchPayload

Payload to prevalidate patch sharded database operation.

Inheritance
object
PrevalidatePayload
PrevalidatePatchPayload
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GloballydistributeddatabaseService.Models
Assembly: OCI.DotNetSDK.Globallydistributeddatabase.dll
Syntax
public class PrevalidatePatchPayload : PrevalidatePayload

Properties

PrevalidatePayload

Declaration
[Required(ErrorMessage = "PrevalidatePayload is required.")]
[JsonProperty(PropertyName = "prevalidatePayload")]
public PatchShardedDatabaseDetails PrevalidatePayload { get; set; }
Property Value
Type Description
PatchShardedDatabaseDetails
Remarks

Required

ShardedDatabaseId

Declaration
[Required(ErrorMessage = "ShardedDatabaseId is required.")]
[JsonProperty(PropertyName = "shardedDatabaseId")]
public string ShardedDatabaseId { get; set; }
Property Value
Type Description
string

Sharded database identifier

Remarks

Required

In this article
Back to top