Package | Description |
---|---|
net.ravendb.abstractions.data |
Modifier and Type | Method and Description |
---|---|
ChunkedBulkInsertOptions |
BulkInsertOptions.getChunkedBulkInsertOptions()
Represents options of the chunked functionality of the bulk insert operation,
which allows opening new connection for each chunk by amount of documents and total size.
|
Modifier and Type | Method and Description |
---|---|
void |
BulkInsertOptions.setChunkedBulkInsertOptions(ChunkedBulkInsertOptions chunkedBulkInsertOptions)
Represents options of the chunked functionality of the bulk insert operation,
which allows opening new connection for each chunk by amount of documents and total size.
|
Copyright © 2016. All Rights Reserved.