Skip to content

@flarelog/sdk


@flarelog/sdk / IngestResult

Interface: IngestResult

Defined in: types.ts:296

Result of a log ingestion operation

Properties

success

success: boolean

Defined in: types.ts:297


ingested

ingested: number

Defined in: types.ts:298


error?

optional error?: string

Defined in: types.ts:299

Released under the MIT License.