From the documentation of Azure Data Explorer:
creationTime: The datetime value (formatted as a ISO8601 string) to use as the creation time of the ingested data extents. If unspecified, the current value (now()) will be used. Overriding the default is useful when ingesting older data, so that retention policy will be applied correctly. For example: with (creationTime="2017-02-13T11:09:36.7992775Z").
How can I see the override value? Also, how can I override this value using the .net sdk of Kusto?