Compartir a través de


UnresolvedDependencyCollection interface

Unresolved dependency collection.

Properties

nextLink

Gets or sets the value of next link.

summaryCollection

Gets or sets the list of summary items and the field on which summary is done. NOTE: This property will not be serialized. It can only be populated by the server.

totalCount

Gets the total count. NOTE: This property will not be serialized. It can only be populated by the server.

value

Gets or sets the list of unresolved dependencies.

Property Details

Gets or sets the value of next link.

nextLink?: string

Property Value

string

summaryCollection

Gets or sets the list of summary items and the field on which summary is done. NOTE: This property will not be serialized. It can only be populated by the server.

summaryCollection?: SummaryCollection

Property Value

totalCount

Gets the total count. NOTE: This property will not be serialized. It can only be populated by the server.

totalCount?: number

Property Value

number

value

Gets or sets the list of unresolved dependencies.

value?: UnresolvedDependency[]

Property Value