Share via


DocumentLocation Class

Definition

Location of a document.

public class DocumentLocation : System.ClientModel.Primitives.IJsonModel<Azure.Health.Deidentification.DocumentLocation>, System.ClientModel.Primitives.IPersistableModel<Azure.Health.Deidentification.DocumentLocation>
type DocumentLocation = class
    interface IJsonModel<DocumentLocation>
    interface IPersistableModel<DocumentLocation>
Public Class DocumentLocation
Implements IJsonModel(Of DocumentLocation), IPersistableModel(Of DocumentLocation)
Inheritance
DocumentLocation
Implements

Properties

Etag

The entity tag for this resource.

Path

Path of document in storage.

Explicit Interface Implementations

IJsonModel<DocumentLocation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DocumentLocation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DocumentLocation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DocumentLocation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DocumentLocation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to