Condividi tramite


Proprietà IDataServiceConfiguration.MaxExpandCount

Ottiene o imposta il numero massimo di segmenti che può essere espanso dall'opzione di query $expand per tutte le richieste al servizio dati.

Spazio dei nomi  System.Data.Services
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Sintassi

'Dichiarazione
Property MaxExpandCount As Integer
    Get
    Set
'Utilizzo
Dim instance As IDataServiceConfiguration
Dim value As Integer

value = instance.MaxExpandCount

instance.MaxExpandCount = value
int MaxExpandCount { get; set; }
property int MaxExpandCount {
    int get ();
    void set (int value);
}
abstract MaxExpandCount : int with get, set
function get MaxExpandCount () : int
function set MaxExpandCount (value : int)

Valore proprietà

Tipo: System.Int32
Il numero massimo di segmenti da espandere.

Osservazioni

Se il limite viene superato, viene restituito il codice di stato 400 Richiesta non valida. Il valore specificato deve essere compreso tra 0 e int.MaxValue; in caso contrario, viene generato un ArgumentOutOfRangeException.

Nel seguente esempio della stringa di query vi sono due segmenti:

Vedere anche

Riferimento

IDataServiceConfiguration Interfaccia

Spazio dei nomi System.Data.Services