ArchiveData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |