Lingua

KnowledgeBaseRetrievalStatusCode Struct

Definition

The semantic HTTP status of a completed streaming retrieval.

public readonly struct KnowledgeBaseRetrievalStatusCode : IEquatable<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseRetrievalStatusCode>
type KnowledgeBaseRetrievalStatusCode = struct
Public Structure KnowledgeBaseRetrievalStatusCode
Implements IEquatable(Of KnowledgeBaseRetrievalStatusCode)
Inheritance
KnowledgeBaseRetrievalStatusCode
Implements

Constructors

Name Description
KnowledgeBaseRetrievalStatusCode(Int32)

Initializes a new instance of KnowledgeBaseRetrievalStatusCode.

Properties

Name Description
OK

The retrieval completed successfully.

PartialContent

The retrieval completed with partial results.

Methods

Name Description
Equals(KnowledgeBaseRetrievalStatusCode)

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

Determines if two KnowledgeBaseRetrievalStatusCode values are the same.

Implicit(Int32 to KnowledgeBaseRetrievalStatusCode)

Converts a string to a KnowledgeBaseRetrievalStatusCode.

Inequality(KnowledgeBaseRetrievalStatusCode, KnowledgeBaseRetrievalStatusCode)

Determines if two KnowledgeBaseRetrievalStatusCode values are not the same.

Applies to