Table of Contents

Class PlannedTableScan

Namespace
The.Import.Data
Assembly
Instagile.dll
public class PlannedTableScan
Inheritance
PlannedTableScan
Inherited Members

Constructors

PlannedTableScan(IEnumerable<IndexOperation>, IEnumerable<ReverseIndexOperation>, IEnumerable<InsertOperation>, IEnumerable<RelateOperation>)

public PlannedTableScan(IEnumerable<IndexOperation> indexPlans, IEnumerable<ReverseIndexOperation> reverseIndexPlans, IEnumerable<InsertOperation> copyPlans, IEnumerable<RelateOperation> relatePlans)

Parameters

indexPlans IEnumerable<IndexOperation>
reverseIndexPlans IEnumerable<ReverseIndexOperation>
copyPlans IEnumerable<InsertOperation>
relatePlans IEnumerable<RelateOperation>

Fields

IndexBuilds

public readonly IReadOnlyList<IndexOperation> IndexBuilds

Field Value

IReadOnlyList<IndexOperation>

Inserts

public readonly IReadOnlyList<InsertOperation> Inserts

Field Value

IReadOnlyList<InsertOperation>

Relates

public readonly IReadOnlyList<RelateOperation> Relates

Field Value

IReadOnlyList<RelateOperation>

ReverseIndexBuilds

public readonly IReadOnlyList<ReverseIndexOperation> ReverseIndexBuilds

Field Value

IReadOnlyList<ReverseIndexOperation>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.