Partilhar via


DataSourceQueryType Struct

Definition

public readonly struct DataSourceQueryType : IEquatable<Azure.AI.OpenAI.Chat.DataSourceQueryType>
type DataSourceQueryType = struct
Public Structure DataSourceQueryType
Implements IEquatable(Of DataSourceQueryType)
Inheritance
DataSourceQueryType
Implements

Constructors

DataSourceQueryType(String)

Initializes a new instance of DataSourceQueryType.

Properties

Semantic

Gets the Semantic.

Simple

Gets the Simple.

Vector

Gets the Vector.

VectorSemanticHybrid

Gets the VectorSemanticHybrid.

VectorSimpleHybrid

Gets the VectorSimpleHybrid.

Methods

Equals(DataSourceQueryType)

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(DataSourceQueryType, DataSourceQueryType)

Determines if two DataSourceQueryType values are the same.

Implicit(String to DataSourceQueryType)

Converts a string to a DataSourceQueryType.

Inequality(DataSourceQueryType, DataSourceQueryType)

Determines if two DataSourceQueryType values are not the same.

Applies to