Search Results for

    Show / Hide Table of Contents

    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 Source

    DataConnectionPoolEnabled

    Gets whether connection pooling is enabled

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

    DataConnectionPoolExcludedProviders

    Gets the FDO providers which are excluded from connection pooling

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

    DataConnectionPoolSize

    Gets the size of the connection pool

    Declaration
    public int DataConnectionPoolSize { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    DataConnectionPoolSizeCustom

    Gets a delimited list of custom connection pool sizes by provider

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

    DataConnectionTimeout

    Gets the connection timeout

    Declaration
    public int DataConnectionTimeout { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng