Click or drag to resize

AzureBlobSession Class

[Missing <summary> documentation for "T:VelocityDBExtensions2.AzureBlobSession"]

Inheritance Hierarchy

Namespace:  VelocityDBExtensions2
Assembly:  VelocityDBExtensions2 (in VelocityDBExtensions2.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public class AzureBlobSession : SessionNoServer

The AzureBlobSession type exposes the following members.

Constructors
  NameDescription
Public methodAzureBlobSession
Initializes a new instance of the AzureBlobSession class
Top
Methods
  NameDescription
Public methodContainsDatabase (Overrides SessionBaseContainsDatabase(DatabaseLocation, UInt32, String).)
Public methodCreateDirectory (Overrides SessionBaseCreateDirectory(String).)
Public methodDatabaseStillExist (Overrides SessionBaseDatabaseStillExist(Database).)
Public methodDeleteFile (Overrides SessionBaseDeleteFile(FileInfo).)
Public methodFileOpen(Database, FileAccess, String, FileMode, Boolean, Int32, Boolean) (Overrides SessionBaseFileOpen(Database, FileAccess, String, FileMode, Boolean, Int32, Boolean).)
Public methodFileOpen(FileInfo, FileAccess, String, FileShare, FileMode, Int32, Boolean, Boolean) (Overrides SessionBaseFileOpen(FileInfo, FileAccess, String, FileShare, FileMode, Int32, Boolean, Boolean).)
Public methodOpenAllDatabases (Overrides SessionBaseOpenAllDatabases(Boolean).)
Public methodWritePageBytes (Overrides SessionBaseWritePageBytes(Byte, Page, DictionaryUInt16, 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 MethodExportToJsonT(UInt64)Overloaded. (Defined by JsonImportExport.)
Public Extension MethodExportToJsonT(Oid)Overloaded. (Defined by JsonImportExport.)
Public Extension MethodExportToJsonT(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 MethodImportJsonT (Defined by JsonImportExport.)
Public Extension MethodMicrosoftSync (Defined by Sync.)
Public Extension MethodSyncWith(SessionBase)Overloaded. (Defined by Sync.)
Public Extension MethodSyncWith(SessionBase, FuncSessionBase, UInt64, Change, Boolean)Overloaded. (Defined by Sync.)
Top
See Also