The SpaceDef type exposes the following members.

Properties

  NameDescription
Public propertyCapacity
Get and set the capacity of the space.
Public propertyContext
Get and set the context of the space
Public propertyDistributionFields
Gets the distribution fields.
Public propertyDistributionpolicy
Get and set the distribution policy.
Public propertyEvictionpolicy
Get and set the capacity policy of the space definition
Public propertyFieldDefs
Return a collection of Field Definitions associated with Space Definition.
Public propertyFileSyncInterval
This sets the file synchronization interval for shared-nothing persistence
Public propertyForgetOldValue
Get and set forget old value attribute of the space
Public propertyIndexDefList
Get all index definition
Public propertyKeyDef
Get and set Field names that makes the key
Public propertyLockscope
Get and set the lock scope of the space definition
Public propertyLockTTL
Get and set the time to live of locks on entries in the Space.
Public propertyLockWait
Get and set the amount of time a Put, Update, Take (remove) or Lock operations
Public propertyMinSeederCount
Get and set the minimum number of seeders before persistance interface calls onLoad
Public propertyName
Get and set the space name of the space.
Public propertyNumFieldDefs
Return number of fields associated with Space Definition.
Public propertyPersistenceDistributionPolicy
Gets or sets the persistence distribution policy.
Public propertyPersistencepolicy
Get and set PersistencePolicy of the space
Public propertyPersistencetype
Get and set the persistence type
Public propertyPhaseCount Obsolete.
Gets or sets the phase count.
Public propertyPhaseInterval Obsolete.
Gets or sets the phase interval.
Public propertyPhaseRatio Obsolete.
The phase ratio. This is used to compute the time delay between phases
Public propertyQueryCache
Set this if the query is passed through to the cache
Public propertyQueryLimit
This limits the number of rows that are returned per seeder in case of SNAPSHOT GET browser.
Public propertyQueryTimeout
Gets or sets the query timeout.
Public propertyReadTimeout
Gets or sets the read timeout.
Public propertyReplicationCount
Get and set the replication count.
Public propertyReplicationpolicy
Get and set the replication policy
Public propertyRouted
Set this if multi-site distribution is to be used
Public propertyRouteTimeout
Gets or sets the route timeout.
Public propertySpaceWait
Get and set the amount of time space operation waits until space becomes READY
Public propertyTimeToLive
Get and set the TTL for the entries in the Space.
Public propertyUpdatetransport
Get and set UpdateTransport to be used either UNICAST or MULTICAST
Public propertyWriteTimeout
Gets or sets the write timeout.

See Also