Struct TimelineHistoryFile
- Namespace
- Npgsql.Replication
- Assembly
- Npgsql.dll
Represents a PostgreSQL timeline history file
public readonly struct TimelineHistoryFile
- Inherited Members
Properties
Content
Contents of the timeline history file.
public byte[] Content { get; }
Property Value
- byte[]
FileName
File name of the timeline history file, e.g., 00000002.history.
public string FileName { get; }