ArchiveData Class

Definition

An object model for binlog embedded files. Used in ArchiveFileEncountered event.

public ref class ArchiveData abstract : IDisposable
public abstract class ArchiveData : IDisposable
type ArchiveData = class
    interface IDisposable
Public MustInherit Class ArchiveData
Implements IDisposable
Inheritance
ArchiveData
Derived
Implements

Properties

FullPath

Full path of the original file before it was put in the embedded archive.

Methods

Dispose()
ToArchiveFile()

Materializes the whole content of the embedded file in memory as a string.

Applies to