| Package | Description |
|---|---|
| com.marklogic.client.document |
The package provides classes for creating,
retrieving, updating, and deleting documents in the database for
the REST server.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryDocumentManager.MetadataExtraction |
BinaryDocumentManager.getMetadataExtraction()
Returns the metadata extraction policy.
|
static BinaryDocumentManager.MetadataExtraction |
BinaryDocumentManager.MetadataExtraction.valueOf(java.lang.String name)
Returns the enum constant of this type with the
specified name.
|
static BinaryDocumentManager.MetadataExtraction[] |
BinaryDocumentManager.MetadataExtraction.values()
Returns an array containing the constants of
this enum type, in the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryDocumentManager.setMetadataExtraction(BinaryDocumentManager.MetadataExtraction policy)
Specifies the metadata extraction policy for
binary documents.
|
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.