Skip to main content

ApplyOverlayUrisListCountDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Per-list result counts for a single overlay apply.

public sealed class ApplyOverlayUrisListCountDto

Inheritance ObjectApplyOverlayUrisListCountDto

Properties

Added

Number of new overlay entries appended to the list.

public int Added { get; set; }

Property Value

Int32

SkippedDuplicate

Number of input URIs that already existed on the list (any source) and were skipped.

public int SkippedDuplicate { get; set; }

Property Value

Int32

Constructors

ApplyOverlayUrisListCountDto()

public ApplyOverlayUrisListCountDto()