Search:

Search all manuals
Search this manual
Manual
Couchbase Client Library: .NET (C#) 1.2
Community Wiki and Resources
Wiki: .NET Client Library
Download Client Library
.NET Client Library
Couchbase Developer Guide 2.0
Couchbase Server Manual 2.0
SDK Forum
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
Couchbase Client Library: .NET (C#) 1.2
Child Sections
Chapters

Chapter 5. Store Operations

Table of Contents

5.1. Store Methods

The Couchbase .NET Client Library store operations set information within the Couchbase database. These are distinct from the update operations in that the key does not have to exist within the Couchbase database before being stored.

Table 5.1. .NET Client Library Store Methods

MethodTitle
object.ExecuteStore(storemode, key, value) Store a value using the specified key and return a store operation result
object.ExecuteStore(storemode, key, value, expiresat) Store a value using the specified key with a specific expiry time and return a store operation result
object.ExecuteStore(storemode, key, value, expiresat, persistto, replicateto) Store a value using the specified key with a specific expiry time and return a store operation result
object.ExecuteStore(storemode, key, value, persistto, replicateto) Store a value using the specified key and return a store operation result
object.ExecuteStore(storemode, key, value, validfor) Store a value using the specified key with expiry time and return a store operation result
object.ExecuteStore(storemode, key, value, validfor, persistto, replicateto) Store a value using the specified key with expiry time and return a store operation result
object.Store(storemode, key, value) Store a value using the specified key
object.Store(storemode, key, value, expiresat) Store a value using the specified key with a specific expiry time
object.Store(storemode, key, value, validfor) Store a value using the specified key with expiry time