ObservedString Class

Definition

The ObservedString.

public class ObservedString : Azure.Analytics.Defender.Easm.ObservedValue, System.ClientModel.Primitives.IJsonModel<Azure.Analytics.Defender.Easm.ObservedString>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.Defender.Easm.ObservedString>
type ObservedString = class
    inherit ObservedValue
    interface IJsonModel<ObservedString>
    interface IPersistableModel<ObservedString>
Public Class ObservedString
Inherits ObservedValue
Implements IJsonModel(Of ObservedString), IPersistableModel(Of ObservedString)
Inheritance
ObservedString
Implements

Properties

Count

Gets the count.

(Inherited from ObservedValue)
FirstSeen

Gets the first seen.

(Inherited from ObservedValue)
LastSeen

Gets the last seen.

(Inherited from ObservedValue)
Recent

Gets the recent.

(Inherited from ObservedValue)
Sources

Gets the sources.

Value

Gets the value.

Explicit Interface Implementations

IJsonModel<ObservedString>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ObservedString>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ObservedValue>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from ObservedValue)
IJsonModel<ObservedValue>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ObservedValue)
IPersistableModel<ObservedString>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ObservedString>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ObservedString>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ObservedValue>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ObservedValue)
IPersistableModel<ObservedValue>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from ObservedValue)
IPersistableModel<ObservedValue>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ObservedValue)

Applies to