Show / Hide Table of Contents

Class ConnectionString

Details of sharded database connection String.

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

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