Struct TimelineHistoryFile
Represents a PostgreSQL timeline history file
Namespace: Npgsql.Replication
Assembly: Npgsql.dll
Syntax
public readonly struct TimelineHistoryFile
Properties
| Improve this Doc View SourceContent
Contents of the timeline history file.
Declaration
public byte[] Content { get; }
Property Value
Type | Description |
---|---|
byte[] |
FileName
File name of the timeline history file, e.g., 00000002.history.
Declaration
public string FileName { get; }
Property Value
Type | Description |
---|---|
string |