FailedLockToken Class

Definition

Failed LockToken information.

public class FailedLockToken
type FailedLockToken = class
Public Class FailedLockToken
Inheritance
FailedLockToken
Implements

Properties

Error

Error information of the failed operation result for the lock token in the request.

LockToken

The lock token of an entry in the request.

Explicit Interface Implementations

IJsonModel<FailedLockToken>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<FailedLockToken>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FailedLockToken>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FailedLockToken>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<FailedLockToken>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to