Class DistributedDbMetadata
Additional metadata related to Globally distributed database resources.
Inherited Members
Namespace: Oci.DistributeddatabaseService.Models
Assembly: OCI.DotNetSDK.Distributeddatabase.dll
Syntax
public class DistributedDbMetadataProperties
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. |