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

Name Description
AnalyticalStorageSchemaType(String)

Initializes a new instance of AnalyticalStorageSchemaType.

Properties

Name Description
FullFidelity

FullFidelity.

WellDefined

WellDefined.

Methods

Name Description
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

Name Description
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