C# client for the ComboCurve REST API
View the Project on GitHub insidepetroleum/combocurve-client-csharp
Forecast Parameters Export
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] |