Show / Hide Table of Contents

Class PrevalidateCreatePayload

Payload to prevalidate create sharded database operation.

Inheritance
object
PrevalidatePayload
PrevalidateCreatePayload
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 PrevalidateCreatePayload : PrevalidatePayload

Properties

PrevalidatePayload

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

Required

In this article
Back to top