count property

int? count
getter/setter pair

自动重试次数,-1代表无限重试,0代表不重试,默认值是0 The number of retry attempts. -1: infinite retry attempts; 0: no retry attempts. The default value is 0.

Implementation

int? count;