combocurve-client-csharp

Logo

C# client for the ComboCurve REST API

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

ComboCurve.Api.Model.ForecastParametersExport

Forecast Parameters Export

Properties

Name Type Description Notes
ProjectId string Project identifier  
ForecastId string Forecast identifier  
FileType string Requested export file type. Currently only 'parquet' is supported. [optional] [default to FileTypeEnum.Parquet]
Phases Phases Production phases configuration [optional]
AdjustParameters bool? Whether to adjust forecast parameters [optional] [default to false]
Options ForecastParametersExportOptions   [optional]

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