Dela via


PurviewGlossaries.ExportGlossaryTermsAsCsvAsync Method

Definition

Export Glossary Terms as csv file.

public virtual System.Threading.Tasks.Task<Azure.Response> ExportGlossaryTermsAsCsvAsync (string glossaryGuid, Azure.Core.RequestContent content, bool? includeTermHierarchy = default, Azure.RequestContext context = default);
abstract member ExportGlossaryTermsAsCsvAsync : string * Azure.Core.RequestContent * Nullable<bool> * Azure.RequestContext -> System.Threading.Tasks.Task<Azure.Response>
override this.ExportGlossaryTermsAsCsvAsync : string * Azure.Core.RequestContent * Nullable<bool> * Azure.RequestContext -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function ExportGlossaryTermsAsCsvAsync (glossaryGuid As String, content As RequestContent, Optional includeTermHierarchy As Nullable(Of Boolean) = Nothing, Optional context As RequestContext = Nothing) As Task(Of Response)

Parameters

glossaryGuid
String

The globally unique identifier for glossary.

content
RequestContent

The content to send as the body of the request.

includeTermHierarchy
Nullable<Boolean>

Whether include term hierarchy.

context
RequestContext

The request context, which can override default behaviors on the request on a per-call basis.

Returns

Exceptions

glossaryGuid or content is null.

glossaryGuid is an empty string, and was expected to be non-empty.

Applies to