Share via


TargetStorageLocation Class

Definition

Storage ___location.

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

Constructors

TargetStorageLocation(Uri, String)

Initializes a new instance of TargetStorageLocation.

Properties

Location

URL to storage ___location.

Overwrite

When set to true during a job, the service will overwrite the output ___location if it already exists.

Prefix

Replaces the input prefix of a file path with the output prefix, preserving the rest of the path structure.

Example: File full path: documents/user/note.txt Input Prefix: "documents/user/" Output Prefix: "output_docs/"

Output file: "output_docs/note.txt"

Methods

JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TargetStorageLocation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TargetStorageLocation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TargetStorageLocation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TargetStorageLocation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TargetStorageLocation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to