DataFeedIngestionProgress interface   
Track the progress for Datafeed Ingestion
Properties
| latest | the timestamp of latest ingestion job with status update. null indicates not available NOTE: This property will not be serialized. It can only be populated by the server. | 
| latest | the timestamp of latest success ingestion job. null indicates not available NOTE: This property will not be serialized. It can only be populated by the server. | 
Property Details
		latestActiveTimestamp
	  
	the timestamp of latest ingestion job with status update. null indicates not available NOTE: This property will not be serialized. It can only be populated by the server.
latestActiveTimestamp?: DateProperty Value
Date
		latestSuccessTimestamp
	  
	the timestamp of latest success ingestion job. null indicates not available NOTE: This property will not be serialized. It can only be populated by the server.
latestSuccessTimestamp?: DateProperty Value
Date