Authentication = {none | database ) |
Specifies the credentials used to connect to the database. Valid options are: - (Default) database – indicates that users
connect with personalized credentials that are appended to the
DbConnectionString option to form their own
complete database connection string. These credentials are
requested using basic HTTP authentication.
- none – indicates that all users connect using
the same connection string, as indicated by the
DbConnectionString option.
|
ConnectionPoolMaximum =
num-max-connections | Indicates the maximum number of simultaneous
connections that the OData Producer keeps open for use in the connection
pool. The connection pool may use fewer connections depending on the
server load. By default, the connection pool size is limited by the
number of maximum number of simultaneous connections permitted by the
database server.
|
DbConnectionString =
connection-string | Specifies the connection string used
to connect to the database. The connecting string should exclude the
user and password parameters when
the Authentication option is set to
database. |
DbProduct = ase | Indicates the type of database server to which the OData Producer
connects. |
PageSize =
num-max-entities | Specifies the maximum number of entities to include
in a retrieve entity set response before issuing a next link. The default
setting is 100. |
Model =
path-and-filename |
Specifies the path and file name to the OData Producer service model that
indicates which tables and views are exposed in the OData metadata.
The default behavior is to expose tables and views based on user
privileges. Tables and views without primary keys are not exposed.
The path is relative to the location of the server executable.
|
ModelConnectionString =
connection-string |
Specifies a connection string that the OData Producer uses to validate
the OSDL file during start-up.
OSDL validation ensures that enlisted tables and columns exist, that key
lists are used appropriately, and that the file is semantically correct.
The connection string should include the user and
password parameters.
The default behavior is to assume that the OSDL file is valid.
|
ReadOnly = {true | false} | Indicates whether modification requests should be ignored. The default
setting is false. |
ServiceRoot =
url-prefix |
Specifies the URL prefix to append to links in OData responses.
This setting is required when working with certain proxy configurations,
such as reverse proxies.
The default behavior is to automatically determine the URL prefix, using
the data stored in the request.
|