Show / Hide Table of Contents

    Class PgShardConnectionOptions<TShard>.PgShardConnectionConfiguration

    Inheritance
    System.Object
    DataConnectionConfigurationBase
    PgConnectionPropertiesBase
    PgShardConnectionOptions<TShard>.PgShardConnectionConfiguration
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IShardConnectionConfiguration<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 PgShardConnectionConfiguration : PgConnectionPropertiesBase, INotifyPropertyChanged, IShardConnectionConfiguration<TShard>

    Properties

    | Improve this Doc View Source

    ReadConnection

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

    ReadConnectionInternal

    Declaration
    public IDataConnection ReadConnectionInternal { get; }
    Property Value
    Type Description
    IDataConnection
    | Improve this Doc View Source

    ShardId

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

    WriteConnection

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

    WriteConnectionInternal

    Declaration
    public IDataConnection WriteConnectionInternal { get; }
    Property Value
    Type Description
    IDataConnection

    Implements

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