PutCouchbaseKey 2.3.0.4.10.0.0-147

Bundle
org.apache.nifi | nifi-couchbase-nar
Description
Put a document to Couchbase Server via Key/Value access.
Tags
couchbase, database, nosql, put
Input Requirement
REQUIRED
Supports Sensitive Dynamic Properties
false
Properties
System Resource Considerations
Resource Description
MEMORY An instance of this component can cause high usage of this system resource. Multiple instances or high concurrency settings may result a degradation of performance.
Relationships
Name Description
retry All FlowFiles failed to be written to Couchbase Server but can be retried are routed to this relationship.
success All FlowFiles that are written to Couchbase Server are routed to this relationship.
failure All FlowFiles failed to be written to Couchbase Server and not retry-able are routed to this relationship.
Reads Attributes
Name Description
uuid Used as a document id if 'Document Id' is not specified
Writes Attributes
Name Description
couchbase.cluster Cluster where the document was stored.
couchbase.bucket Bucket where the document was stored.
couchbase.doc.id Id of the document.
couchbase.doc.cas CAS of the document.
couchbase.doc.expiry Expiration of the document.
couchbase.exception If Couchbase related error occurs the CouchbaseException class name will be captured here.