combocurve-client-csharp

Logo

C# client for the ComboCurve REST API

View the Project on GitHub insidepetroleum/combocurve-client-csharp

ComboCurve.Api.Model.ForecastVolumesExport

Forecast Volumes Export

Properties

Name Type Description Notes
ProjectId string Project identifier  
ForecastId string Forecast identifier  
MergeForecastAndProduction bool Whether to merge forecast and production  
FileType string Requested export file type. Currently only 'parquet' is supported. [optional] [default to FileTypeEnum.Parquet]
Phases List<string> Production phases to include in export [optional]
Forecast ForecastVolumeExportSettings   [optional]
Production ForecastVolumeExportSettings   [optional]
Wells List<string> List of well IDs to include in export [optional]

[Back to Model list] [Back to API list] [Back to README]