The CitrusleafWriteInfo type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | CitrusleafWriteInfo |
Construct defaults with a specified timeout.
|
Methods
Name | Description | |
---|---|---|
![]() | ![]() | (Inherited from ![]() |
![]() | ExpirationSet |
Set object expiration in seconds. The written object is scheduled to expire after this
specified interval.
|
![]() | ExpirationSetLocal |
Set object expiration using local time. The written object is scheduled to expire at
this specified local time.
|
![]() | ExpirationSetUtc |
Set object expiration using UTC (Coordinated Universal Time) time. The written object
is scheduled to expire at this specified UTC time.
|
![]() | ![]() | Allows an (Inherited from ![]() ![]() ![]() |
![]() | GenerationSet |
Indicates if generation is set.
|
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ![]() | (Inherited from ![]() |
Fields
Name | Description | |
---|---|---|
![]() | object_expiration_seconds |
Seconds that object remains active before expiring.
|
![]() | timeoutMillis |
Total timeout of the transaction in milliseconds.
|
![]() | write_policy |
Write policy.
|
Properties
Name | Description | |
---|---|---|
![]() | Generation |
Expected record generation. Generation indicates how many times the record has been
modified. The write will fail if the expected generation is set and it's not the
generation on the server. If set, the expected generation should be zero when creating
a new record.
|
See Also