Show / Hide Table of Contents

Class DistributedDbConnectionString

Details of Globally distributed database connection String.

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

Properties

AllConnectionStrings

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

Collection of connection strings.

Remarks

Required

In this article
Back to top