Class ImportExportOperationBase
Import Export scheduled operation base class
Inheritance
Object
ImportExportOperationBase
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
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 |
---|---|
Int32 |
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 |
---|---|
Int32 | 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 |
---|---|
Boolean |
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 |
---|---|
Boolean |
LanguageDirection
Gets the language direction.
Declaration
public ServerBasedTranslationMemoryLanguageDirection LanguageDirection { get; }
Property Value
Type | Description |
---|---|
ServerBasedTranslationMemoryLanguageDirection |