Ed Elliott has some code for us:
I have just finished an update for the spark connect dotnet lib that contains the
DeltaTable
implementation so that we can now use .NET to maintain delta tables, over and above what we get out of the box by usingDataFrame.Write.Format("delta")
, this is an example of how to use the delta api from .NET:
Click through for the example, and you can learn more about Spark Connect from the Spark website and Ed has a .NET client for the task.