Property ExistingModificationTime
ExistingModificationTime
Gets the modification time of existing row if the conditional Put
operation has failed.
Declaration
public Nullable<DateTime> ExistingModificationTime { get; }
Property Value
| Type | Description |
|---|---|
| Nullable<DateTime> |
The modification time of existing row if available, otherwise
null.
|
Remarks
This value is available if the conditional Put operation (as
indicated by IfAbsent or
MatchVersion options) has failed, there
is an existing row, ReturnExisting
was set to
true and the server supports this feature.