Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Interface IDataStream

    Represents a data stream without a specific body type.

    Namespace: Innovt.Domain.Core.Streams
    Assembly: Innovt.Domain.Core.dll
    Syntax
    public interface IDataStream

    Properties

    | Edit this page View Source

    ApproximateArrivalTimestamp

    Gets or sets the approximate arrival timestamp of the data stream.

    Declaration
    DateTime ApproximateArrivalTimestamp { get; set; }
    Property Value
    Type Description
    DateTime
    | Edit this page View Source

    EventId

    Gets or sets the event identifier associated with the data stream.

    Declaration
    string? EventId { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Partition

    Gets or sets the partition identifier of the data stream.

    Declaration
    string? Partition { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    PublishedAt

    Gets or sets the date and time when the data stream was published.

    Declaration
    DateTimeOffset? PublishedAt { get; set; }
    Property Value
    Type Description
    DateTimeOffset?
    | Edit this page View Source

    TraceId

    Gets or sets the trace identifier associated with the data stream.

    Declaration
    string? TraceId { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Version

    Gets or sets the version of the data stream.

    Declaration
    string Version { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    Extensions.IsNull(object)
    Extensions.ToStringOrDefault(object)
    SimpleMapper.MapTo<T1>(object)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX