Click or drag to resize

AzureBlobSession Methods

The AzureBlobSession type exposes the following members.

Methods
  NameDescription
Public methodContainsDatabase (Overrides SessionBase.ContainsDatabase(DatabaseLocation, UInt32, String).)
Public methodCreateDirectory (Overrides SessionBase.CreateDirectory(String).)
Public methodDatabaseStillExist (Overrides SessionBase.DatabaseStillExist(Database).)
Public methodDeleteFile (Overrides SessionBase.DeleteFile(FileInfo).)
Public methodFileOpen(Database, FileAccess, String, FileMode, Boolean, Int32, Boolean) (Overrides SessionBase.FileOpen(Database, FileAccess, String, FileMode, Boolean, Int32, Boolean).)
Public methodFileOpen(FileInfo, FileAccess, String, FileShare, FileMode, Int32, Boolean, Boolean) (Overrides SessionBase.FileOpen(FileInfo, FileAccess, String, FileShare, FileMode, Int32, Boolean, Boolean).)
Public methodOpenAllDatabases (Overrides SessionBase.OpenAllDatabases(Boolean).)
Public methodWritePageBytes (Overrides SessionBase.WritePageBytes(Byte[], Page, Dictionary<UInt16, Int64>, UInt64, Stream,Byte[]).)
Top
Extension Methods
  NameDescription
Public Extension MethodExportToCSV
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.)
Public Extension MethodExportToJson<T>(UInt64)Overloaded. (Defined by JsonImportExport.)
Public Extension MethodExportToJson<T>(Oid)Overloaded. (Defined by JsonImportExport.)
Public Extension MethodExportToJson<T>(Boolean, Boolean)Overloaded. (Defined by JsonImportExport.)
Public Extension MethodImportFromCSV
Restores database files, pages and objects from a .csv file data created with ExportToCSV
(Defined by ImportExportCsv.)
Public Extension MethodImportJson<T> (Defined by JsonImportExport.)
Public Extension MethodMicrosoftSync (Defined by Sync.)
Public Extension MethodSyncWith(SessionBase)Overloaded. (Defined by Sync.)
Public Extension MethodSyncWith(SessionBase, Func<SessionBase, UInt64, Change, Boolean>)Overloaded. (Defined by Sync.)
Top
See Also