Contains a summary of each geofence that was successfully stored in a given geofence collection.

interface BatchPutGeofenceSuccess {
    CreateTime: undefined | Date;
    GeofenceId: undefined | string;
    UpdateTime: undefined | Date;
}

Properties

CreateTime: undefined | Date

The timestamp for when the geofence was stored in a geofence collection in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ

GeofenceId: undefined | string

The geofence successfully stored in a geofence collection.

UpdateTime: undefined | Date

The timestamp for when the geofence was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ