tibasSpaceDef_GetTTL()
Returns the TTL (time-to-live) value for the tuples in the space.
Declaration
tibas_status tibasSpaceDef_GetTTL
(tibasSpaceDef spaceDef,
tibas_long* ttl)
Parameters
Parameter |
Description |
spaceDef |
A spaceDef object that identifies the space for which to get the TTL. |
ttl |
The TTL in milliseconds. |
Remarks
Use the tibasSpaceDef_GetTTL() function to return the TTL for a specified space.
Copyright © Cloud Software Group, Inc. All rights reserved.