Package com.c8db.model
Class CollectionCountOptions
- java.lang.Object
-
- com.c8db.model.CollectionCountOptions
-
public class CollectionCountOptions extends Object
-
-
Constructor Summary
Constructors Constructor Description CollectionCountOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetStreamTransactionId()CollectionCountOptionsstreamTransactionId(String streamTransactionId)
-
-
-
Method Detail
-
getStreamTransactionId
public String getStreamTransactionId()
-
streamTransactionId
public CollectionCountOptions streamTransactionId(String streamTransactionId)
- Parameters:
streamTransactionId- If set, the operation will be executed within the transaction.- Returns:
- options
-
-