Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Output

Package version

An output object, containing all information associated with the named output. All outputs are contained under a streaming job.

Hierarchy

Index

Properties

Optional datasource

Describes the data source that output will be written to. Required on PUT (CreateOrReplace) requests.

Optional diagnostics

diagnostics: Diagnostics

Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention. NOTE: This property will not be serialized. It can only be populated by the server.

Optional etag

etag: undefined | string

The current entity tag for the output. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. NOTE: This property will not be serialized. It can only be populated by the server.

Optional id

id: undefined | string

Resource Id NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string

Resource name

Optional serialization

serialization: SerializationUnion

Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests.

Optional type

type: undefined | string

Resource type NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc