Struct TimelineHistoryFile
Represents a PostgreSQL timeline history file
Inherited Members
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 |