Table of Contents

Class DomainLocalUsersLogsClient

Namespace
Nfield.SDK
Assembly
Nfield.Public.SDK.dll
public class DomainLocalUsersLogsClient
Inheritance
DomainLocalUsersLogsClient
Inherited Members

Constructors

DomainLocalUsersLogsClient(string, HttpClient)

public DomainLocalUsersLogsClient(string baseUrl, HttpClient httpClient)

Parameters

baseUrl string
httpClient HttpClient

Properties

BaseUrl

public string BaseUrl { get; set; }

Property Value

string

JsonSerializerSettings

protected JsonSerializerSettings JsonSerializerSettings { get; }

Property Value

JsonSerializerSettings

ReadResponseAsString

public bool ReadResponseAsString { get; set; }

Property Value

bool

Methods

PostAsync(LocalUsersLogsRequestModel, CancellationToken)

Sends a request to prepare the logs download file

public virtual Task<BackgroundActivityStatus> PostAsync(LocalUsersLogsRequestModel localUsersLogsRequest, CancellationToken cancellationToken = default)

Parameters

localUsersLogsRequest LocalUsersLogsRequestModel

Local User logs date range

cancellationToken CancellationToken

A cancellation token that can be used by other objects or threads to receive notice of cancellation.

Returns

Task<BackgroundActivityStatus>

Success

Exceptions

NfieldSdkException

A server side error occurred.

ReadObjectResponseAsync<T>(HttpResponseMessage, IReadOnlyDictionary<string, IEnumerable<string>>, CancellationToken)

protected virtual Task<DomainLocalUsersLogsClient.ObjectResponseResult<T>> ReadObjectResponseAsync<T>(HttpResponseMessage response, IReadOnlyDictionary<string, IEnumerable<string>> headers, CancellationToken cancellationToken)

Parameters

response HttpResponseMessage
headers IReadOnlyDictionary<string, IEnumerable<string>>
cancellationToken CancellationToken

Returns

Task<DomainLocalUsersLogsClient.ObjectResponseResult<T>>

Type Parameters

T