CookieDetails Class

Definition

The CookieDetails.

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

Properties

CookieDomain

Gets the cookie domain.

CookieExpiryDate

Gets the cookie expiry date.

CookieName

Gets the cookie name.

Count

Gets the count.

FirstSeen

Gets the first seen.

LastSeen

Gets the last seen.

Recent

Gets the recent.

Explicit Interface Implementations

IJsonModel<CookieDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CookieDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CookieDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CookieDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CookieDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to