Class ImportExportOperationBase
Import Export scheduled operation base class
Inheritance
ImportExportOperationBase
Inherited Members
Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public abstract class ImportExportOperationBase : ScheduledOperation
Fields
DefaultTranslationUnitChunkSize
Default TranslationUnit ChunkSize
Declaration
public const int DefaultTranslationUnitChunkSize = 25
Field Value
Type | Description |
---|---|
int |
STREAM_HANDLER_TYPE
Constant for stream handler type
Declaration
protected const string STREAM_HANDLER_TYPE = "Sdl.LanguagePlatform.ServerBasedTranslationMemory.Services.StreamHandler, Sdl.LanguagePlatform.ServerBasedTranslationMemory.Services"
Field Value
Type | Description |
---|---|
string |
Properties
ChunkSize
Gets or sets the chunk size (number of translation units) for the import.
Declaration
public int ChunkSize { get; set; }
Property Value
Type | Description |
---|---|
int | The size of the chunk. |
ContinueOnError
Gets or sets a value indicating whether to continue on error.
Declaration
public bool ContinueOnError { get; set; }
Property Value
Type | Description |
---|---|
bool |
Id
Gets the unique Id for the import.
Declaration
public Guid Id { get; }
Property Value
Type | Description |
---|---|
Guid | The id. |
IsScheduled
Gets a value indicating whether this instance is scheduled.
Declaration
protected bool IsScheduled { get; }
Property Value
Type | Description |
---|---|
bool |
LanguageDirection
Gets the language direction.
Declaration
public ServerBasedTranslationMemoryLanguageDirection LanguageDirection { get; }
Property Value
Type | Description |
---|---|
ServerBasedTranslationMemoryLanguageDirection |