PutCouchbase 2.6.0.4.12.0.0-907

Bundle
org.apache.nifi | nifi-couchbase-nar
Description
Put a document to Couchbase Server.
Tags
couchbase, database, nosql, put
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
Reads Attributes
Name Description
uuid Used as a document id if 'Document Id' is not specified
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.