GetCouchbase 2.6.0.4.12.0.0-907

Bundle
org.apache.nifi | nifi-couchbase-nar
Description
Get a document from Couchbase Server. The ID of the document to fetch may be supplied by setting the <Document Id> property or reading it from the FlowFile content.
Tags
couchbase, database, get, nosql
Input Requirement
REQUIRED
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
failure A FlowFile is routed to this relationship if the operation failed and retrying the operation will also fail, such as an invalid data or schema
retry All FlowFile that fail due to server/cluster availability go to this relationship
success A FlowFile is routed to this relationship after the data ingestion was successful
Writes Attributes
Name Description
couchbase.bucket The bucket where the document is stored.
couchbase.scope The scope where the document is stored.
couchbase.collection The collection where the document is stored.
couchbase.document.id Id of the document.
couchbase.document.cas CAS of the document.