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

Get the minimum size of the server's synchronous store file.

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

Syntax

public long StoreSyncMinimum { get; }
Public ReadOnly Property StoreSyncMinimum As Long
public:
property long long StoreSyncMinimum {
	long long get ();
}

Return Value

the minimum size in bytes or 0 if no minimum is set.

See Also