Skip to content

@flarelog/sdk


@flarelog/sdk / IngestResult

Interface: IngestResult

Defined in: types.ts:211

Result of a log ingestion operation

Properties

success

success: boolean

Defined in: types.ts:212


ingested

ingested: number

Defined in: types.ts:213


error?

optional error?: string

Defined in: types.ts:214

Released under the MIT License.