Udostępnij za pośrednictwem


Element TuningTimeInMin (DTA)

Określa maksymalną długość strojenia sesja w minutach.

<DTAInput>
...code removed...
    <TuningOptions>
      <TuningTimeInMin>...</TuningTimeInMin>

Właściwości elementu

Charakterystyka

Description

Typ danych i długość

unsignedInt, nieograniczonej długości.

Wartość domyślna

480 minut (8 godzin).

Wystąpienie

Wymagane, o ile nie określono wartości dla NumberOfEvents element.

Relacje elementu

Relacja

Elementy

Element nadrzędny

TuningOptions Element (DTA)

Elementy podrzędność

None

Example

Description

W poniższym przykładzie kodu pokazano, jak ustawić maksymalny czas strojenia 12 godzin:

Code

<DTAInput>
  <Server>...</Server>
  <Workload>...</Workload>
  <TuningOptions>
    <TuningTimeInMin>720</TuningTimeInMin>
...code removed here...
</DTAInput>