STS_DefaultParametersTable table

The STS_DefaultParametersTable table contains the default parameters document for the database. The STS_DefaultParametersTable table is empty until you run the STS_SetDefaultParameters function. If you omit the parameters document from the STS_SubtrackCreate function, the values in this table are used.

The STS_DefaultParametersTable table contains a parameters column, which is of type BSON, and only one row, which contains the default parameters document. You can update the default parameters document with the STS_SetDefaultParameters function. The existing default parameters document is replaced.

For the structure of the default parameters document, see Spatiotemporal indexing parameters.