Search Results for

    Show / Hide Table of Contents

    Struct TimelineHistoryFile

    Represents a PostgreSQL timeline history file

    Namespace: Npgsql.Replication
    Assembly: Npgsql.dll
    Syntax
    public readonly struct TimelineHistoryFile

    Properties

    | Improve this Doc View Source

    Content

    Contents of the timeline history file.

    Declaration
    public byte[] Content { get; }
    Property Value
    Type Description
    byte[]
    | Improve this Doc View Source

    FileName

    File name of the timeline history file, e.g., 00000002.history.

    Declaration
    public string FileName { get; }
    Property Value
    Type Description
    string
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team