Class ConfigurationSettings
Represents the FDO cache configuration
Inheritance
System.Object
ConfigurationSettings
Inherited Members
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: OSGeo.MapGuide.MaestroAPI.Commands
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
[Serializable]
public class ConfigurationSettings
Properties
| Improve this Doc View SourceDataConnectionPoolEnabled
Gets whether connection pooling is enabled
Declaration
public string DataConnectionPoolEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataConnectionPoolExcludedProviders
Gets the FDO providers which are excluded from connection pooling
Declaration
public string DataConnectionPoolExcludedProviders { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataConnectionPoolSize
Gets the size of the connection pool
Declaration
public int DataConnectionPoolSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DataConnectionPoolSizeCustom
Gets a delimited list of custom connection pool sizes by provider
Declaration
public string DataConnectionPoolSizeCustom { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataConnectionTimeout
Gets the connection timeout
Declaration
public int DataConnectionTimeout { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |