Show / Hide Table of Contents

Class UploadProcessorDescriptorModel

Дескриптор процессора выгрузки файлов.

Inheritance
ProcessorDescriptorModel
UploadProcessorDescriptorModel
Namespace: Trivium.Eventflow.Model
Assembly: Trivium.Eventflow.Model.dll
Syntax
public class UploadProcessorDescriptorModel : ProcessorDescriptorModel

Properties

int? ConnectionId
Идентификатор подключения, откуда брать параметры.
string FileNameTemplate
Шаблон для имени файла.
MessageSourceDefinitionModel FileNameTemplateSource
Источник для шаблона для имени файла.
string FtpPathTemplate
Шаблон для пути файла на ftp.
MessageSourceDefinitionModel FtpPathTemplateSource
Источник для шаблона для пути файла на ftp.
FtpFileStorageSettingsModel FtpSettings
Настройки выгрузки на ftp.
bool OverwriteIfExists
Переписывать файл, если уже существует.
MessageSourceDefinitionModel OverwriteIfExistsSource
Источник для флага переписывания файла.
SystemFileStorageSettingsModel SystemSettings
Настройки выгрузки в системное хранилище.
Back to top Generated by DocFX