Search Results for

    Show / Hide Table of Contents

    Struct TimelineHistoryFile

    Represents a PostgreSQL timeline history file

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.GetType()
    Object.ReferenceEquals(Object, Object)
    Namespace: Npgsql.Replication
    Assembly: Npgsql.dll
    Syntax
    public readonly struct TimelineHistoryFile

    Properties

    Content

    Contents of the timeline history file.

    Declaration
    public readonly byte[] Content { get; }
    Property Value
    Type Description
    Byte[]

    FileName

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

    Declaration
    public readonly string FileName { get; }
    Property Value
    Type Description
    String
    In This Article
    Back to top © Copyright 2022 The Npgsql Development Team