Share via


TableStorageContext.RowGoal Property

Gets the number of rows to be generated.

Namespace:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Public ReadOnly Property RowGoal As Integer
public int RowGoal { get; }
public:
property int RowGoal {
    int get ();
}
member RowGoal : int
function get RowGoal () : int

Property Value

Type: System.Int32
The number of rows to generate.

.NET Framework Security

See Also

Reference

TableStorageContext Class

Microsoft.Data.Schema.Tools.DataGenerator Namespace

RowsGenerated

GenerateNextRow