Beispiel #1
0
 public IngestOptions IngestMethod(IngestMethod ingestMethod)
 {
     IngestMethodValue = ingestMethod;
     return(this);
 }
Beispiel #2
0
 /// <summary>
 /// The ingest method to use when ingesting into Couchbase. Insert, Replace and Upsert are supported.
 /// </summary>
 /// <param name="ingestMethod"></param>
 /// <returns></returns>
 public IngestOptions WithIngestMethod(IngestMethod ingestMethod)
 {
     IngestMethod = ingestMethod;
     return(this);
 }