Show / Hide Table of Contents

Class PrevalidateShardedDatabaseResult

Response of prevalidation api.

Inheritance
object
PrevalidateShardedDatabaseResult
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 PrevalidateShardedDatabaseResult

Properties

ValidationResult

Declaration
[Required(ErrorMessage = "ValidationResult is required.")]
[JsonProperty(PropertyName = "validationResult")]
public Dictionary<string, object> ValidationResult { get; set; }
Property Value
Type Description
Dictionary<string, object>

Prevalidation result based on input payload.

Remarks

Required

In this article
Back to top