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

Indicates whether or not the server will periodically check if there is unused space at the end of the file and, if so, truncate the file.

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

Syntax

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

Return Value

true if truncation is enabled, false otherwise

See Also