Struct DataSourceQueryType
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.AI.OpenAI.dll
Syntax
[OpenAI.CodeGenType("AzureSearchChatDataSourceParametersQueryType")]
public struct DataSourceQueryType : IEquatable<Azure.AI.OpenAI.Chat.DataSourceQueryType>
Constructors
DataSourceQueryType(String)
Initializes a new instance of DataSourceQueryType.
Declaration
public DataSourceQueryType (string value);
Parameters
System.String
value
The value. |
Exceptions
System.ArgumentNullException
|
Properties
Semantic
Gets the Semantic.
Declaration
public static Azure.AI.OpenAI.Chat.DataSourceQueryType Semantic { get; }
Property Value
DataSourceQueryType
|
Simple
Gets the Simple.
Declaration
public static Azure.AI.OpenAI.Chat.DataSourceQueryType Simple { get; }
Property Value
DataSourceQueryType
|
Vector
Gets the Vector.
Declaration
public static Azure.AI.OpenAI.Chat.DataSourceQueryType Vector { get; }
Property Value
DataSourceQueryType
|
VectorSemanticHybrid
Gets the VectorSemanticHybrid.
Declaration
public static Azure.AI.OpenAI.Chat.DataSourceQueryType VectorSemanticHybrid { get; }
Property Value
DataSourceQueryType
|
VectorSimpleHybrid
Gets the VectorSimpleHybrid.
Declaration
public static Azure.AI.OpenAI.Chat.DataSourceQueryType VectorSimpleHybrid { get; }
Property Value
DataSourceQueryType
|
Methods
Equals(DataSourceQueryType)
Declaration
public bool Equals (Azure.AI.OpenAI.Chat.DataSourceQueryType other);
Parameters
DataSourceQueryType
other
The instance to compare. |
Returns
System.Boolean
|
Equals(Object)
Declaration
[System.ComponentModel.EditorBrowsable]
public override bool Equals (object obj);
Parameters
System.Object
obj
The object to compare. |
Returns
System.Boolean
|
GetHashCode()
Returns the hash code for this instance.
Declaration
[System.ComponentModel.EditorBrowsable]
public override int GetHashCode ();
Returns
System.Int32
A 32-bit signed integer that is the hash code for this instance. |
ToString()
Returns the fully qualified type name of this instance.
Declaration
public override string ToString ();
Returns
System.String
The fully qualified type name. |
Operators
Equality(DataSourceQueryType, DataSourceQueryType)
Determines if two DataSourceQueryType values are the same.
Declaration
public static bool operator == (Azure.AI.OpenAI.Chat.DataSourceQueryType left, Azure.AI.OpenAI.Chat.DataSourceQueryType right);
Parameters
DataSourceQueryType
left
The left value to compare. |
DataSourceQueryType
right
The right value to compare. |
Returns
System.Boolean
|
Implicit(String to DataSourceQueryType)
Converts a string to a DataSourceQueryType.
Declaration
public static implicit operator Azure.AI.OpenAI.Chat.DataSourceQueryType (string value);
Parameters
System.String
value
The value. |
Returns
DataSourceQueryType
|
Inequality(DataSourceQueryType, DataSourceQueryType)
Determines if two DataSourceQueryType values are not the same.
Declaration
public static bool operator != (Azure.AI.OpenAI.Chat.DataSourceQueryType left, Azure.AI.OpenAI.Chat.DataSourceQueryType right);
Parameters
DataSourceQueryType
left
The left value to compare. |
DataSourceQueryType
right
The right value to compare. |
Returns
System.Boolean
|