Skip to content

Commit 6da0041

Browse files
expiry admonition updates
DOC-11589
1 parent ff04024 commit 6da0041

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/howtos/pages/kv-operations.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,13 +198,13 @@ A network timeout can be set with the optional `TouchOptions()`, in the same fas
198198
include::example$KvOperations.csx[tag=touchwithtimeout,indent=0]
199199
----
200200

201-
include::{version-common}@sdk:shared:partial$documents.adoc[tag=exp-note]
202201

203202
IMPORTANT: If you are using the overloads that take `IDocument`, note that the `IDocument.Expiry` property assumes ms (milli-seconds), and is converted to seconds before being sent to the server.
204203
All other overloads take a `TimeSpan` or an `uint`, and assume an expiry in seconds
205204
A time of zero will set the document to never expire
206205
(a negative number will set expiry to immediate -- creating a xref:7.1@server:learn:buckets-memory-and-storage/storage.adoc#tombstones[tombstone]).
207-
Values above 0ms but below 1000ms are rounded up to one second before being sent to the server -- _if you are using .NET SDK 3.0.4 or later_.
206+
Values above 0ms but below 1000ms are rounded up to one second before being sent to the server.
207+
208208

209209

210210
== Atomic Counters

0 commit comments

Comments
 (0)