RetrieveMetadataChanges Function
Retrieves a collection of metadata records that satisfy the specified criteria.
Parameters
Parameters allow for data to be passed to the function.
| Name | Type | Nullable | Unicode | Description | 
|---|---|---|---|---|
| 
						 Query 
					 | 
						EntityQueryExpression | True | True | The query criteria for retrieving metadata changes.  | 
				
| 
						 DeletedMetadataFilters 
					 | 
						DeletedMetadataFilters | True | True | The enumeration that filters the deleted metadata to be retrieved.  | 
				
| 
						 ClientVersionStamp 
					 | 
						Edm.String | True | False | Timestamp value representing when the last request was made.  | 
				
| 
						 AppModuleId 
					 | 
						Edm.Guid | True | True | The unique identifier of the app module.  | 
				
| 
						 RetrieveAllSettings 
					 | 
						Edm.Boolean | True | True | For internal use only.  | 
				
Return type
| Type | Nullable | Description | 
|---|---|---|
| RetrieveMetadataChangesResponse | False | Contains the response of the RetrieveMetadataChanges function. | 
Remarks
Use the this function to compose a query to retrieve table schema definitions and efficiently maintain a cache of this data in your application.
For more information see: