Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace RegisterLookupRequest

example

Click here to see how to use RegisterLookupRequest.

Properties

Optional charEncoding

charEncoding: undefined | string

The character encoding of the uploaded file.

Optional description

description: undefined | string

The description for a created lookup.

Optional expect

expect: undefined | string

A value of {@code 100-continue} requests preliminary verification of the request method, path, and headers before the request body is sent. If no error results from such verification, the server will send a 100 (Continue) interim response to indicate readiness for the request body. The only allowed value for this parameter is "100-Continue" (case-insensitive).

Optional isHidden

isHidden: undefined | false | true

A flag indicating whether or not the new lookup should be hidden.

Optional name

name: undefined | string

A filter to return only log analytics entities whose name matches the entire name given. The match is case-insensitive.

namespaceName

namespaceName: string

The Logging Analytics namespace used for the request.

Optional opcRequestId

opcRequestId: undefined | string

The client request ID for tracing.

Optional opcRetryToken

opcRetryToken: undefined | string

A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.

registerLookupContentFileBody

registerLookupContentFileBody: Uint8Array | Buffer | Blob | stream.Readable | ReadableStream | string

file containing data for lookup creation

Optional retryConfiguration

retryConfiguration: RetryConfiguration

RetryConfiguration to be used for the request NOTE : Retries are not supported for requests that have binary or stream bodies this also affects UploadManager operations For all requests with binary/stream bodies, retry attempts are not made

type

type: Type

The lookup type. Valid values are Lookup, Dictionary or Module.