AzureBlobSession Class |
[Missing <summary> documentation for "T:VelocityDBExtensions2.AzureBlobSession"]
Namespace: VelocityDBExtensions2
The AzureBlobSession type exposes the following members.
Name | Description | |
---|---|---|
AzureBlobSession | Initializes a new instance of the AzureBlobSession class |
Name | Description | |
---|---|---|
ExportToCSV |
Export all persistent objects to .csv files, one file for each Type and version of Type.
This is preview release, format may change. ImportFromCSV can be used to recreate your data.
Note that Microsoft Excel can't handle many of these CSV files due to a field value limitation (at about 33000 chars)
Notepad++ is one application that can read these files.
Some fields like array data are encoded http://msdn.microsoft.com/en-us/library/dhx0d524(v=vs.110).aspx
(Defined by ImportExportCsv.) | |
ExportToJsonT(UInt64) | Overloaded. (Defined by JsonImportExport.) | |
ExportToJsonT(Oid) | Overloaded. (Defined by JsonImportExport.) | |
ExportToJsonT(Boolean, Boolean) | Overloaded. (Defined by JsonImportExport.) | |
ImportFromCSV |
Restores database files, pages and objects from a .csv file data created with ExportToCSV
(Defined by ImportExportCsv.) | |
ImportJsonT | (Defined by JsonImportExport.) | |
MicrosoftSync | (Defined by Sync.) | |
SyncWith(SessionBase) | Overloaded. (Defined by Sync.) | |
SyncWith(SessionBase, FuncSessionBase, UInt64, Change, Boolean) | Overloaded. (Defined by Sync.) |