Defining Couchbase Documents
The following properties are applicable to a Couchbase Document object.
Tab |
Property |
Description |
Additional Information |
Volumetrics | Initial Row Count | Specifies the initial number of records in the document | |
Max Rows | Specifies the maximum allowable number of records that document is designed to hold | This option is used along with the Grow By Month option to determine when a table will reach its designed record limit. | |
Growth By Month | Specifies the estimated number of records added in a month | If you have a maximum record number in the Max Rows field, document growth will stop at that record number. | |
NoSQL | Specifies the schema of the document |
For example: { "jsonType": "item", "name": "Axe_14e3ad7b-8469-444e-8057-ac...", "ownerId": "Benjamin2", "uuid": "14e3ad7b-8469-444e-8057-ac5aef...", "doc_type_gamesim-sample_" : "item" } |
Copyright © 2023 Quest Software, Inc. |