The SpaceDef type exposes the following members.
Properties
Name | Description | |
---|---|---|
Capacity |
Get and set the capacity of the space.
| |
Context |
Get and set the context of the space
| |
DistributionFields |
Gets the distribution fields.
| |
Distributionpolicy |
Get and set the distribution policy.
| |
Evictionpolicy |
Get and set the capacity policy of the space definition
| |
FieldDefs |
Return a collection of Field Definitions associated with Space Definition.
| |
FileSyncInterval |
This sets the file synchronization interval for shared-nothing persistence
| |
ForgetOldValue |
Get and set forget old value attribute of the space
| |
IndexDefList |
Get all index definition
| |
KeyDef |
Get and set Field names that makes the key
| |
Lockscope |
Get and set the lock scope of the space definition
| |
LockTTL |
Get and set the time to live of locks on entries in the Space.
| |
LockWait |
Get and set the amount of time a Put, Update, Take (remove) or Lock operations
| |
MinSeederCount |
Get and set the minimum number of seeders before persistance interface calls onLoad
| |
Name |
Get and set the space name of the space.
| |
NumFieldDefs |
Return number of fields associated with Space Definition.
| |
PersistenceDistributionPolicy |
Gets or sets the persistence distribution policy.
| |
Persistencepolicy |
Get and set PersistencePolicy of the space
| |
Persistencetype |
Get and set the persistence type
| |
PhaseCount | Obsolete.
Gets or sets the phase count.
| |
PhaseInterval | Obsolete.
Gets or sets the phase interval.
| |
PhaseRatio | Obsolete.
The phase ratio. This is used to compute the time delay between phases
| |
QueryCache |
Set this if the query is passed through to the cache
| |
QueryLimit |
This limits the number of rows that are returned per seeder in case of SNAPSHOT GET browser.
| |
QueryTimeout |
Gets or sets the query timeout.
| |
ReadTimeout |
Gets or sets the read timeout.
| |
ReplicationCount |
Get and set the replication count.
| |
Replicationpolicy |
Get and set the replication policy
| |
Routed |
Set this if multi-site distribution is to be used
| |
RouteTimeout |
Gets or sets the route timeout.
| |
SpaceWait |
Get and set the amount of time space operation waits until space becomes READY
| |
TimeToLive |
Get and set the TTL for the entries in the Space.
| |
Updatetransport |
Get and set UpdateTransport to be used either UNICAST or MULTICAST | |
WriteTimeout |
Gets or sets the write timeout.
|