vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface OmniDataTransformMetadata

    interface OmniDataTransformMetadata {
        active?: boolean;
        assignmentRulesUsed?: boolean;
        deletedOnSuccess?: boolean;
        description?: string;
        errorIgnored?: boolean;
        expectedInputJson?: string;
        expectedInputOtherData?: string;
        expectedInputXml?: string;
        expectedOutputJson?: string;
        expectedOutputOtherData?: string;
        expectedOutputXml?: string;
        fieldLevelSecurityEnabled?: boolean;
        fullName?: string;
        inputParsingClass?: string;
        inputType?: OmniDataTransformInputType;
        name: string;
        namespace?: string;
        nullInputsIncludedInOutput?: boolean;
        omniDataTransformItem?: OmniDataTransformItem[];
        outputParsingClass?: string;
        outputType?: string;
        overrideKey?: string;
        preprocessorClassName?: string;
        previewJsonData?: string;
        previewOtherData?: string;
        previewSourceObjectData?: string;
        previewXmlData?: string;
        processSuperBulk?: boolean;
        requiredPermission?: string;
        responseCacheTtlMinutes?: number;
        responseCacheType?: string;
        rollbackOnError?: boolean;
        sourceObject?: string;
        sourceObjectDefault?: boolean;
        synchronousProcessThreshold?: number;
        targetOutputDocumentIdentifier?: string;
        targetOutputFileName?: string;
        type: string;
        uniqueName?: string;
        versionNumber?: number;
        xmlDeclarationRemoved?: boolean;
        xmlOutputTagsOrder?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    active?: boolean
    assignmentRulesUsed?: boolean
    deletedOnSuccess?: boolean
    description?: string
    errorIgnored?: boolean
    expectedInputJson?: string
    expectedInputOtherData?: string
    expectedInputXml?: string
    expectedOutputJson?: string
    expectedOutputOtherData?: string
    expectedOutputXml?: string
    fieldLevelSecurityEnabled?: boolean
    fullName?: string
    inputParsingClass?: string
    name: string
    namespace?: string
    nullInputsIncludedInOutput?: boolean
    omniDataTransformItem?: OmniDataTransformItem[]
    outputParsingClass?: string
    outputType?: string
    overrideKey?: string
    preprocessorClassName?: string
    previewJsonData?: string
    previewOtherData?: string
    previewSourceObjectData?: string
    previewXmlData?: string
    processSuperBulk?: boolean
    requiredPermission?: string
    responseCacheTtlMinutes?: number
    responseCacheType?: string
    rollbackOnError?: boolean
    sourceObject?: string
    sourceObjectDefault?: boolean
    synchronousProcessThreshold?: number
    targetOutputDocumentIdentifier?: string
    targetOutputFileName?: string
    type: string
    uniqueName?: string
    versionNumber?: number
    xmlDeclarationRemoved?: boolean
    xmlOutputTagsOrder?: string