GigaSpaces XAP.NET Documentation
GigaSpaces.Core.Persistency Namespace
Class LibraryGigaSpaces.Core.Persistency
Contains classes and types to support persistency implementations.
Declaration Syntax
C#Visual BasicVisual C++J#
namespace GigaSpaces.Core.Persistency
Namespace GigaSpaces.Core.Persistency
namespace GigaSpaces.Core.Persistency
package GigaSpaces.Core.Persistency
Types
All TypesClassesInterfacesEnumerations
IconTypeDescription
BulkItem
BulkItem defines a single item in a bulk.

BulkOperation
Bulk operation to execute

ExternalDataSourceConfig
Defines configurations for an ExternalDataSource.

IDataEnumerator
A disposable enumerator

IManagedDataSource
IManagedDataSource is an interface for space external data source. This interface provider the basic data source functionality supported by the space. It should be implemented when initialization and shutdown operations are needed by the data base.

ISqlDataSource
ISqlDataSource is an interface for space external data source. This interface provides all the data source functionality supported by space.

Properties
Holds properties names

Query
Represnts a query based template

Usage
External Data Source usage