FleetSegment
Namespace: CCPEntities
Summary
A fleetsegment describes a part of the fleet of a CCPEntities.Transporter or an CCPEntities.Establishment.It specifies the quantity of vehicles of the given CCPEntities.VehicleType.
Syncable
This object is syncableProperties
| Name | Type | FixedLength | MaxLength/Range | Identity | Summary | Value | |
|---|---|---|---|---|---|---|---|
|
|
FleetSegmentId* | Edm.Int32 | False | true | The fleet segment key identifier. | ||
| Quantity* | Edm.Int32 | False | The quantity of vehicles of the given VehicleType. | ||||
| PlanningJobId | Edm.Int32 | False |
An optional CCPEntities.PlanningJob identifier. When specified, the CCPEntities.FleetSegment is used by the CCPEntities.PlanningJob and it will be deleted when the planning job is being deleted. |
||||
| VehicleTypeId* | Edm.Int32 | False | The CCPEntities.VehicleType the CCPEntities.FleetSegment consists of. | ||||
| OwnerTransporterId* | Edm.Int32 | False | The CCPEntities.Transporter that owns the CCPEntities.FleetSegment. | ||||
| Deleted* | Edm.Boolean | False | Indicates whether this CCPEntities.FleetSegment has been logically deleted. | ||||
| LastUpdated | Edm.DateTime | False |
A timestamp (in UTC) of the last update of the entity in CCP. Check this property in order to know if you are in sync with CCP. |
||||
| EstablishmentId | Edm.Int32 | False |
An optional CCPEntities.Establishment identifier. Specifies if the fleet is based at the given CCPEntities.Establishment. When not specified, the fleet is considerd to be based at the CCPEntities.Transporter. |
Navigation Properties
| Name | Type | Multiplicity | Summary | |
|---|---|---|---|---|
| Establishment | Establishment | 0..1 |
An optional CCPEntities.Establishment. Specifies if the CCPEntities.FleetSegment is based at the given CCPEntities.Establishment. When not specified, the fleet is considerd to be based at the CCPEntities.Transporter. |
|
| OwnerTransporter | Transporter | * | The CCPEntities.Transporter that owns the CCPEntities.FleetSegment. | |
| PlanningJob | PlanningJob | * |
An optional CCPEntities.PlanningJob. When specified, the CCPEntities.FleetSegment is used by the CCPEntities.PlanningJob and it will be deleted when the planning job is being deleted. |
|
| VehicleType | VehicleType | * | The CCPEntities.VehicleType the CCPEntities.FleetSegment consists of. |