InsightAttachments Class

Definition

The InsightAttachments sub-client.

public class InsightAttachments
type InsightAttachments = class
Public Class InsightAttachments
Inheritance
InsightAttachments

Constructors

InsightAttachments()

Initializes a new instance of InsightAttachments for mocking.

Properties

Pipeline

The HTTP pipeline for sending and receiving REST requests and responses.

Methods

CreateOrUpdate(String, String, String, String, String, RequestContent, RequestContext)

Creates or updates insight entity.

CreateOrUpdateAsync(String, String, String, String, String, RequestContent, RequestContext)

Creates or updates insight entity.

Delete(String, String, String, String, String, RequestContext)

Deletes a specified insight resource.

DeleteAsync(String, String, String, String, String, RequestContext)

Deletes a specified insight resource.

Download(String, String, String, String, String, RequestContext)

Downloads and returns insight-attachment as response for the given input filePath.

DownloadAsync(String, String, String, String, String, RequestContext)

Downloads and returns insight-attachment as response for the given input filePath.

GetInsightAttachment(String, String, String, String, String, RequestContext)

Gets a specified insight resource under a particular party.

GetInsightAttachmentAsync(String, String, String, String, String, RequestContext)

Gets a specified insight resource under a particular party.

GetInsightAttachmentsByPartyIdModelIdAndResource(String, String, String, String, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<Int32>, String, RequestContext)

Returns a paginated list of insight resources.

GetInsightAttachmentsByPartyIdModelIdAndResourceAsync(String, String, String, String, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<Int32>, String, RequestContext)

Returns a paginated list of insight resources.

Applies to