 | QdbStringPut Method |
Sets the content, but fails if the string already exists.
Namespace:
Quasardb
Assembly:
Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntaxpublic void Put(
string content,
DateTime? expiryTime = null
)
Public Sub Put (
content As String,
Optional expiryTime As DateTime? = Nothing
)
Parameters
- content
- Type: SystemString
The new content of the string. - expiryTime (Optional)
- Type: SystemNullableDateTime
The expiry time to set.
Exceptions
See Also