[TIBCO.EMS .NET Admin client library 5.1 documentation]

Indicates whether or no the server will attempt to truncate the store files when possible.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public bool StoreTruncateEnabled { get; }
Public ReadOnly Property StoreTruncateEnabled As Boolean
public:
property bool StoreTruncateEnabled {
	bool get ();
}

Return Value

true if the server will truncate the store files, false otherwise.

See Also