Show / Hide Table of Contents

Class DistributedDbMetadata

Additional metadata related to Globally distributed database resources.

Inheritance
object
DistributedDbMetadata
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DistributeddatabaseService.Models
Assembly: OCI.DotNetSDK.Distributeddatabase.dll
Syntax
public class DistributedDbMetadata

Properties

Map

Declaration
[JsonProperty(PropertyName = "map")]
public Dictionary<string, string> Map { get; set; }
Property Value
Type Description
Dictionary<string, string>

The map containing key-value pair of additional metadata.

In this article
Back to top