Share via


AnalyticalStorageSchemaType Struct

Definition

Describes the types of schema for analytical storage.

public readonly struct AnalyticalStorageSchemaType : IEquatable<Azure.ResourceManager.CosmosDB.Models.AnalyticalStorageSchemaType>
type AnalyticalStorageSchemaType = struct
Public Structure AnalyticalStorageSchemaType
Implements IEquatable(Of AnalyticalStorageSchemaType)
Inheritance
AnalyticalStorageSchemaType
Implements

Constructors

AnalyticalStorageSchemaType(String)

Initializes a new instance of AnalyticalStorageSchemaType.

Properties

FullFidelity

FullFidelity.

WellDefined

WellDefined.

Methods

Equals(AnalyticalStorageSchemaType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(AnalyticalStorageSchemaType, AnalyticalStorageSchemaType)

Determines if two AnalyticalStorageSchemaType values are the same.

Implicit(String to AnalyticalStorageSchemaType)

Converts a string to a AnalyticalStorageSchemaType.

Inequality(AnalyticalStorageSchemaType, AnalyticalStorageSchemaType)

Determines if two AnalyticalStorageSchemaType values are not the same.

Applies to