metadataCollection

var metadataCollection: Keyspace? = null

Default collection for storing transaction metadata documents.

The initial value is null. If null, the documents are stored in the default collection of the bucket containing the first mutated document in the transaction.

This collection is automatically added to the set of collections to clean up.