AbstractLowCodeSaveOptionsProvider Class

AbstractLowCodeSaveOptionsProvider class

Implementation to provide multiple save options for processesthat require multiple outputs. For example, feature requires multiple destinationsto save the split files.


type AbstractLowCodeSaveOptionsProvider struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetSaveOptionsGets the save options from which to get the output settings for currently split part.Returning null denotes to skip given part.
FinishReleases resources after processing currently split part.