java.lang.AutoCloseableCosmosDBDocumentStoreWriterpublic interface DocumentStoreWriter<Document>
extends java.lang.AutoCloseable
DocumentStoreVendor have to implement this for creating
writer to its backend.| Modifier and Type | Method | Description |
|---|---|---|
void |
createCollection(java.lang.String collectionName) |
|
void |
createDatabase() |
|
void |
writeDocument(Document document,
CollectionType collectionType) |
void createDatabase()
void createCollection(java.lang.String collectionName)
void writeDocument(Document document, CollectionType collectionType)
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.