Class: QgsArcGisRestContext¶
Contains the context of a ArcGIS REST service operation.
See also
Added in version 3.28.
Methods
Returns the name of the objectId field.  | 
|
Sets the name of the objectId field.  | 
|
Sets the time zone for datetime values.  | 
|
Returns the time zone for datetime values.  | 
- class qgis.core.QgsArcGisRestContext[source]¶
 Bases:
object- objectIdFieldName(self) str[source]¶
 Returns the name of the objectId field.
See also
- Return type:
 str
- setObjectIdFieldName(self, name: str | None)[source]¶
 Sets the name of the objectId field.
See also
- Parameters:
 name (Optional[str])
- setTimeZone(self, zone: QTimeZone)[source]¶
 Sets the time
zonefor datetime values.See also
- Parameters:
 zone (QTimeZone)