You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/**A name of the Entity Collection or Entity Logical name. */
529
+
collection: string;
526
530
/**An array of Expand Objects(described below the table) representing the $expand OData System Query Option value to control which related records are also returned. */
527
531
expand?: Expand[];
528
532
/**Sets If-Match header value that enables to use conditional retrieval or optimistic concurrency in applicable requests.*/
/**A name of the Entity Collection or Entity Logical name. */
555
+
collection: string;
550
556
/**Use the $apply to aggregate and group your data dynamically */
551
557
apply?: string;
552
558
/**An array of Expand Objects(described below the table) representing the $expand OData System Query Option value to control which related records are also returned. */
0 commit comments