开发设备端本地定时功能

在控制台上定义 DeviceTimer 的功能属性后,设备端可以接收从云端下来的property set消息,从而获取定时任务的具体信息。详细开发步骤如下。说明 新版本设备端SDK默认打开DeviceTimer的宏开关,老版本设备端SDK需自行打开DeviceTimer的宏...

设置数据流转规则

设备上报属性 设备上报事件 设备属性批量上报 设备事件批量上报 设备下行指令结果 对应设备上报原始数据的Topic如下:设备上报属性的Topic:/sys/${productKey}/${deviceName}/thing/event/property/post。设备上报事件的Topic:/sys/${...

ALTER TYPE

property 要修改的基本类型属性的名称;参见上面的可能值。CASCADE 自动将操作传播到被更改类型的类型表及其后代。RESTRICT 如果被更改的类型是类型表的类型,则拒绝该操作。这是默认设置。说明 如果 ALTER TYPE.ADD VALUE(增加一个新值到...

基于已认证的模组开发

在 linkkit_example()函数中调用了 user_post_property()函数,用于上报相关属性,用户可以参照该代码上报产品的属性变化。void user_post_property(void){ static int example_index=0;int res=0;user_example_ctx_t*user_example_ctx=...

ModifyDatabaseConfig-修改数据库属性

该接口用于修改RDS SQL Server数据库属性。接口说明 适用引擎 RDS SQL Server 相关功能文档 当前该接口支持的功能为 修改 SQL Server 数据库属性、通用云盘数据归档 OSS,且通过 API 使用数据归档 OSS 功能前,请先在控制台开启数据归档...

ModifyDatabaseConfig-修改数据库属性

该接口用于修改RDS SQL Server数据库属性。接口说明 适用引擎 RDS SQL Server 相关功能文档 当前该接口支持的功能为 修改 SQL Server 数据库属性、通用云盘数据归档 OSS,且通过 API 使用数据归档 OSS 功能前,请先在控制台开启数据归档...

Table Group与Shard Count操作指南

如果您希望取消Resharding并恢复初始状态:请依次运行如下命令进行恢复:取消原表的readonly属性 CALL set_table_property('<schema_name>.<table_name>','readonly','false');清理临时表-获取临时表名(分区表)SELECT schema_name,target...

UpdateRule

topicShortName 取值如下:/thing/event/property/post 设备上报的属性消息。thing/event/${tsl.event.identifier}/post 设备上报的事件消息,${} 中是产品物模型中事件identifier。thing/lifecycle 设备生命周期变更消息。thing/downlink/...

CreateRule

topicShortName 取值如下:/thing/event/property/post 设备上报的属性消息。thing/event/${tsl.event.identifier}/post 设备上报的事件消息,${} 中是产品物模型中事件identifier。thing/lifecycle 设备生命周期变更消息。thing/downlink/...

ListConfigRuleEvaluationResults-查询评估列表

property:当前配置在资源属性结构体中的 JSON 路径。reason:资源不合规原因。{\"configuration\":\"\",\"desiredValue\":\"\",\"operator\":\"IsNotStringEmpty\",\"property\":\"$.KeyPairName\",\"reason\":\"No property contains.\"}...

QueryIncidentTracingDetail-获取事件溯源图明细

[{'PropertyValues':[{'PropertyValueId':239,'PropertyValue':'121'},{'PropertyValueId':240,'PropertyValue':'6666'}],'PropertyKey':'22222222','PropertyId':203}]Property object 当前节点的具体属性信息。{\"coverage\":\"global\"}...

条目组件

可设置分隔线离 cell 的左、右距离@end View 层面:AUBaseListItem.h:@interface AUBaseListItem:UITableViewCell/以下开放出来为方便外部设置额外属性,如:主标题颜色@property(nonatomic,strong)UILabel*titleLabel;property(nonatomic...

Hibernate 连接 OceanBase 数据库

property name="hbm2ddl.auto">create</property>->将实体类和 xml 文件中关于 tel 属性的注释打开,执行如下方法:@Test public void testAlterTable(){/创建要测试的对象 User user=new User();user.setUsername("hibernateTest");user....

Hibernate 连接 OceanBase 数据库

property name="hbm2ddl.auto">create</property>->将实体类和 xml 文件中关于 tel 属性的注释打开,执行如下方法:@Test public void testAlterTable(){/创建要测试的对象 User user=new User();user.setUsername("hibernateTest");user....

物模型开发

云端->设备:属性设置消息处理示例,示例只做打印处理*/static void demo_dm_msg_property_set_callback(void*device,const aiot_dm_msg_t*dm_msg,void*userdata){ printf("demo_dm_msg_property_set_callback params=.*s\r",dm_msg->data....

Java版本SDK

属性不存在*/private static final String LEDA_ERROR_PROPERTY_READ_ONLY_MSG="Property only support read;属性只读*/private static final String LEDA_ERROR_PROPERTY_WRITE_ONLY_MSG="Property only support write;属性只写*/private ...

Java版本SDK

属性不存在*/private static final String LEDA_ERROR_PROPERTY_READ_ONLY_MSG="Property only support read;属性只读*/private static final String LEDA_ERROR_PROPERTY_WRITE_ONLY_MSG="Property only support write;属性只写*/private ...

ALTER TABLE

重要 Hologres V2.0版本起,针对UPDATE_TABLE_PROPERTY语法进行了优化,运行如下语句时,表的 bitmap_columns 属性保持不变。Hologres V2.0以前版本则是会清空表的 bitmap_columns 属性。CALL UPDATE_TABLE_PROPERTY('<table_name>','...

普通输入框

普通输入框,可带标题文字,按钮图片样式*/interface AUInputBox:UIView#pragma mark-AUInputBox 属性/文本输入框@property(strong,nonatomic)AUTextField*textField;property(strong,nonatomic)NSString*textFieldText;property(strong,...

定制导航栏

右侧 item 图片/*右侧 item 的 VoiceOver 提示文案,*左侧 item 默认为“返回”*右侧 item 默认是 rightItemTitle,如果没有设置 rightItemTitle,需要手动设置此属性来支持 VoiceOver*/property(nonatomic,strong)NSString*...

CommonPool 配置示例

属性与字段的映射制作在 property 元素上->!name:类中的属性名->!column:表中的字段名->!如果 name 与 column 值相同,可以省略 column-><property name="username"/><property name="birthday"/></class></hibernate-mapping>hibernate ...

iOS客户端接入

pragma mark-竖屏、横屏模式设置/*屏幕是否支持旋转方向,默认UIInterfaceOrientationMaskPortrait,注意:在刘海屏,UIInterfaceOrientationMaskPortraitUpsideDown属性慎用!property(nonatomic,assign)UIInterfaceOrientationMask ...

物模型开发

设备属性上报 API原型 device#postProps(params,[callback])功能描述 上报属性 参数描述-params 属性参数,Object 类型-callback-res 服务端 reply 消息内容 示例代码:/上报设备属性 device.postProps({ LightSwitch:0 },(res)=>{ console...

浮层菜单

VoiceOver 需要的提示的文案,默认是 itemTitle,如果没有设置 itemTitle,需要手动设置此属性来支持 VoiceOver*/property(nonatomic,strong)NSString*voiceOverText;property(nonatomic,assign)BOOL isNavigationItem;property(nonatomic,...

PHP脚本示例

}/*示例数据:属性设置:传入参数:{"method":"thing.service.property.set","id":"12345","version":"1.0","params":{"prop_int16":333,"prop_bool":1}} 输出结果:0x013039014d01 设备上报的返回结果:传入数据:{"method":"thing.event....

PHP脚本示例

}/*示例数据:属性设置 传入参数->{"method":"thing.service.property.set","id":"12345","version":"1.0","params":{"prop_int16":333,"prop_bool":1}} 输出结果->0x013039014d01 设备上报的返回结果 传入数据->{"method":"thing.event....

物模型开发

设备可以使用物模型功能,实现属性上报(上报设备状态)、事件上报(上报设备异常或错误)和服务调用(通过云端调用设备提供的服务)。前提条件 物联网平台已为目标设备完成物模型 默认模块 或 自定义模块 的物模型功能定义(属性、事件和...

概述

property_id:孪生节点中属性的标识符(identifier)。数据表配置,请参见 创建和管理自定义存储表。脚本文件 使用JavaScript语言编辑脚本,解析处理已配置的数据源中数据,最后输出JSON格式数据。文件大小不超过128 KB。输出文件 使用规定...

初始化引擎扩展

卡片引擎类 CubeEngineConfig 的属性/存储模版的本地资源包的路径@property(nonatomic,strong)NSString*bundlePath;设置本地蚂蚁动态卡片的 assets 路径。(void)initEngine {/本地模板所在的 Bundle 路径 NSString*bundlePath=[NSString ...

添加数据映射

物模型属性上报 设备上报属性的Topic thing/event/property/post。数据服务:数据解析 选择当前实例下对应的数据解析任务。数据解析的 目标节点 为当前IoT孪生空间时,才可将数据解析的输出数据设置为数据源。具体内容,请参见 配置目标...

边缘应用 Link IoT Edge对接

设备属性上报Topic:thing/notify/${pk}/${dn}/property 设备事件上报Topic:thing/notify/${pk}/${dn}/${tsl.event.identifer} 数据发布Payload透传驱动上报数据,数据格式参照 设备驱动接口规范:#示例 1-设备属性上报:Topic:thing/...

物模型SDK

物模型SDK提供了App端的物模型(属性、事件、服务),用来开发设备界面,实现手机对设备的查看和控制。依赖 SDK 概述 日志 基础依赖SDK,提供客户端统一日志打印,日志等级控制,分模块日志隔离等能力 API通道SDK API通道SDK,提供IoT业务...

默认行为变更说明

Hologres从 V2.1版本开始,支持 create table with property 语法创建表,简化表属性设置,详情请参见 建表概述。Hologres从 V2.1版本开始,修改DELETE、UPDATE后的Compaction策略,及时回收标记的DELETE文件,对于列存表频繁执行DELETE、...

管理Hologres Catalog

参数 使用示例 是否支持修改 table_property.orientation 'table_property.orientation'='row,column' 不支持修改 table_property.table_group 'table_property.table_group'='table_group_xxx' table_property.distribution_key 'table_...

HaaS100 快速上云

switch(recv->type){/*属性设置*/case AIOT_DMRECV_PROPERTY_SET:{ printf("msg_id=ld,params=.*s\r",(unsigned long)recv->data.property_set.msg_id,recv->data.property_set.params_len,recv->data.property_set.params);TODO:以下代码...

CExceptionInfo

属性 exceptionMessage/异常信息@property(nonatomic,copy)NSString*message;exceptionCardUid/异常卡片id@property(nonatomic,copy)NSString*cardUid;exceptionExtraInfo/异常信息扩展参数@property(nonatomic,copy)NSDictionary*...

WI-FI设备连接阿里云示例

switch(recv->type){/*属性设置*/case AIOT_DMRECV_PROPERTY_SET:{ printf("msg_id=ld,params=.*s\r",(unsigned long)recv->data.property_set.msg_id,recv->data.property_set.params_len,recv->data.property_set.params);TODO:以下代码...

Python版本SDK

请求参数 名称 类型 描述 properties Dict 设置属性,取值格式为:{"property1":"value1","property2":"value2"} 表 4.返回参数 名称 类型 描述 code Integer 若获取成功则返回0,失败则返回非0错误码。output Dict 数据内容自定义,例如:...

Python版本SDK

请求参数 名称 类型 描述 properties Dict 设置属性,取值格式为:{"property1":"value1","property2":"value2"} 表 4.返回参数 名称 类型 描述 code Integer 若获取成功则返回0,失败则返回非0错误码。output Dict 数据内容自定义,例如:...

数据模型

参数 类型 说明 tappId String TAPP 名称 version Int TAPP 版本号 execEngine String 执行引擎类型 codeHash byte[]TAPP 可执行字节码的哈希 description String TAPP 描述 property Map,String>附加属性 encryptionKeys Map,byte[]>TAPP ...
共有200条 < 1 2 3 4 ... 200 >
跳转至: GO
产品推荐
云服务器 安全管家服务 安全中心
这些文档可能帮助您
图数据库 弹性公网IP 短信服务 人工智能平台 PAI 金融分布式架构 对象存储
新人特惠 爆款特惠 最新活动 免费试用