Proprietà IDataServiceConfiguration.MaxExpandDepth
Ottiene o imposta un numero massimo di segmenti supportati in un singolo percorso $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 MaxExpandDepth As Integer
Get
Set
'Utilizzo
Dim instance As IDataServiceConfiguration
Dim value As Integer
value = instance.MaxExpandDepth
instance.MaxExpandDepth = value
int MaxExpandDepth { get; set; }
property int MaxExpandDepth {
int get ();
void set (int value);
}
abstract MaxExpandDepth : int with get, set
function get MaxExpandDepth () : int
function set MaxExpandDepth (value : int)
Valore proprietà
Tipo: System.Int32
Numero intero che rappresenta il numero massimo di segmenti supportati nel percorso $expand.
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.
Nell'esempio della stringa di query seguente vi sono due segmenti nel primo percorso $expand e uno nel secondo percorso $expand: