Show / Hide Table of Contents

    Class PgShardConnectionOptions<TShard>.PgShardConnectionsConfiguration

    Inheritance
    System.Object
    DataConnectionConfigurationBase
    PgConnectionPropertiesBase
    PgShardConnectionOptions<TShard>.PgShardConnectionsConfiguration
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IShardSetConnectionsConfiguration<TShard>
    Inherited Members
    PgConnectionPropertiesBase.ApplicationName
    PgConnectionPropertiesBase.AutoPrepareMinUsages
    PgConnectionPropertiesBase.CheckCertificateRevocation
    PgConnectionPropertiesBase.ClientEncoding
    PgConnectionPropertiesBase.CommandTimeout
    PgConnectionPropertiesBase.ConnectionIdleLifetime
    PgConnectionPropertiesBase.ConnectionPruningInterval
    PgConnectionPropertiesBase.ConvertInfinityDateTime
    PgConnectionPropertiesBase.Database
    PgConnectionPropertiesBase.Encoding
    PgConnectionPropertiesBase.Enlist
    PgConnectionPropertiesBase.Host
    PgConnectionPropertiesBase.IncludeRealm
    PgConnectionPropertiesBase.InternalCommandTimeout
    PgConnectionPropertiesBase.KeepAlive
    PgConnectionPropertiesBase.KerberosServiceName
    PgConnectionPropertiesBase.LoadTableComposites
    PgConnectionPropertiesBase.MaxAutoPrepare
    PgConnectionPropertiesBase.MaxPoolSize
    PgConnectionPropertiesBase.MinPoolSize
    PgConnectionPropertiesBase.NoResetOnClose
    PgConnectionPropertiesBase.PersistSecurityInfo
    PgConnectionPropertiesBase.Pooling
    PgConnectionPropertiesBase.Port
    PgConnectionPropertiesBase.ReadBufferSize
    PgConnectionPropertiesBase.SearchPath
    PgConnectionPropertiesBase.ServerCompatibilityMode
    PgConnectionPropertiesBase.SocketReceiveBufferSize
    PgConnectionPropertiesBase.SocketSendBufferSize
    PgConnectionPropertiesBase.SslMode
    PgConnectionPropertiesBase.TcpKeepAlive
    PgConnectionPropertiesBase.TcpKeepAliveInterval
    PgConnectionPropertiesBase.TcpKeepAliveTime
    PgConnectionPropertiesBase.Timeout
    PgConnectionPropertiesBase.Timezone
    PgConnectionPropertiesBase.TrustServerCertificate
    PgConnectionPropertiesBase.UsePerfCounters
    PgConnectionPropertiesBase.UseSslStream
    PgConnectionPropertiesBase.WriteBufferSize
    DataConnectionConfigurationBase.GetRetryTimespan(Int32)
    DataConnectionConfigurationBase.RaisePropertyChanged(String)
    DataConnectionConfigurationBase.UserName
    DataConnectionConfigurationBase.Password
    DataConnectionConfigurationBase.WindowsAuth
    DataConnectionConfigurationBase.RetryCount
    DataConnectionConfigurationBase.RetryInterval
    DataConnectionConfigurationBase.RetryLengthening
    DataConnectionConfigurationBase.CircuitBreakerFailureCount
    DataConnectionConfigurationBase.CircuitBreakerTestInterval
    DataConnectionConfigurationBase.PropertyChanged
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: ArgentSea.Pg
    Assembly: ArgentSea.Pg.dll
    Syntax
    public class PgShardConnectionsConfiguration : PgConnectionPropertiesBase, INotifyPropertyChanged, IShardSetConnectionsConfiguration<TShard>

    Properties

    | Improve this Doc View Source

    DefaultShardId

    Declaration
    public TShard DefaultShardId { get; set; }
    Property Value
    Type Description
    TShard
    | Improve this Doc View Source

    Read

    Declaration
    public PgShardConnectionOptions<TShard>.PgShardConnectionConfiguration Read { get; set; }
    Property Value
    Type Description
    PgShardConnectionOptions.PgShardConnectionConfiguration<>
    | Improve this Doc View Source

    ReadConfigInternal

    Declaration
    public IShardConnectionConfiguration<TShard> ReadConfigInternal { get; }
    Property Value
    Type Description
    IShardConnectionConfiguration<TShard>
    | Improve this Doc View Source

    Shards

    Declaration
    public PgShardConnectionOptions<TShard>.PgShardConnectionConfiguration[] Shards { get; set; }
    Property Value
    Type Description
    PgShardConnectionOptions.PgShardConnectionConfiguration<>[]
    | Improve this Doc View Source

    ShardsConfigInternal

    Declaration
    public IShardConnectionConfiguration<TShard>[] ShardsConfigInternal { get; }
    Property Value
    Type Description
    IShardConnectionConfiguration<TShard>[]
    | Improve this Doc View Source

    ShardSetName

    Declaration
    public string ShardSetName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Write

    Declaration
    public PgShardConnectionOptions<TShard>.PgShardConnectionConfiguration Write { get; set; }
    Property Value
    Type Description
    PgShardConnectionOptions.PgShardConnectionConfiguration<>
    | Improve this Doc View Source

    WriteConfigInternal

    Declaration
    public IShardConnectionConfiguration<TShard> WriteConfigInternal { get; }
    Property Value
    Type Description
    IShardConnectionConfiguration<TShard>

    Implements

    System.ComponentModel.INotifyPropertyChanged
    IShardSetConnectionsConfiguration<TShard>
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX