Interface IDataLimits
Retrieves data limits
Namespace: Sdl.LanguagePlatform.TranslationMemory
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
Syntax
public interface IDataLimits
Methods
GetFieldsLimitAsync()
Gets a value specifying the maximum number of fields to be considered valid
Declaration
Task<int?> GetFieldsLimitAsync()
Returns
| Type | Description |
|---|---|
| Task<int?> |
GetPicklistValuesLimitAsync()
Gets a value specifying the maximum number of picklist values to be considered valid
Declaration
Task<int?> GetPicklistValuesLimitAsync()
Returns
| Type | Description |
|---|---|
| Task<int?> |
GetSegmentLengthLimitAsync()
Gets a value specifying the maximum length of a TU segment to be considered valid
Declaration
Task<int?> GetSegmentLengthLimitAsync()
Returns
| Type | Description |
|---|---|
| Task<int?> |
GetTagNestingLimitAsync()
Gets a value specifying the maximum nesting level of a TU segment to be considered valid
Declaration
Task<int?> GetTagNestingLimitAsync()
Returns
| Type | Description |
|---|---|
| Task<int?> |
GetTuCountPerAccountLimitAsync()
Gets the maximum allowed number of translation units (TUs) per account
Declaration
Task<int?> GetTuCountPerAccountLimitAsync()
Returns
| Type | Description |
|---|---|
| Task<int?> |
GetTuCountPerLanguageDirectionLimitAsync()
Gets the maximum allowed number of translation units (TUs) per language direction
Declaration
Task<int?> GetTuCountPerLanguageDirectionLimitAsync()
Returns
| Type | Description |
|---|---|
| Task<int?> |