Class CachedProviderInfo
Represents the cache status of connections for a particular provider
Inheritance
System.Object
CachedProviderInfo
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 CachedProviderInfo
Properties
| Improve this Doc View SourceCachedFdoConnections
Gets an array of cached connections using this provider
Declaration
public CachedFdoConnection[] CachedFdoConnections { get; set; }
Property Value
Type | Description |
---|---|
CachedFdoConnection[] |
CurrentDataConnectionPoolSize
Gets the current connection pool size
Declaration
public int CurrentDataConnectionPoolSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CurrentDataConnections
Gets the number of current connections
Declaration
public int CurrentDataConnections { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
FeatureSourceId
Gets the feature source
Declaration
public string FeatureSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
KeepDataConnectionsCached
Gets whether connections are cached
Declaration
public string KeepDataConnectionsCached { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MaximumDataConnectionPoolSize
Gets the maximum connection pool size
Declaration
public int MaximumDataConnectionPoolSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ThreadModel
Gets the thread model
Declaration
public string ThreadModel { get; set; }
Property Value
Type | Description |
---|---|
System.String |