Skip to content

QueryListProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Sls;
new QueryListProperty {
    object End,
    object Query,
    object Start,
    object TimeSpanType,
    object ChartTitle = null,
    object DashboardId = null,
    object LogStore = null,
    object PowerSqlMode = null,
    object Project = null,
    object Region = null,
    object RoleArn = null,
    object Store = null,
    object StoreType = null
};

Properties

Name Type Description
End object No description.
Query object No description.
Start object No description.
TimeSpanType object No description.
ChartTitle object No description.
DashboardId object No description.
LogStore object No description.
PowerSqlMode object No description.
Project object No description.
Region object No description.
RoleArn object No description.
Store object No description.
StoreType object No description.

EndRequired

public object End { get; set; }
  • Type: object

QueryRequired

public object Query { get; set; }
  • Type: object

StartRequired

public object Start { get; set; }
  • Type: object

TimeSpanTypeRequired

public object TimeSpanType { get; set; }
  • Type: object

ChartTitleOptional

public object ChartTitle { get; set; }
  • Type: object

DashboardIdOptional

public object DashboardId { get; set; }
  • Type: object

LogStoreOptional

public object LogStore { get; set; }
  • Type: object

PowerSqlModeOptional

public object PowerSqlMode { get; set; }
  • Type: object

ProjectOptional

public object Project { get; set; }
  • Type: object

RegionOptional

public object Region { get; set; }
  • Type: object

RoleArnOptional

public object RoleArn { get; set; }
  • Type: object

StoreOptional

public object Store { get; set; }
  • Type: object

StoreTypeOptional

public object StoreType { get; set; }
  • Type: object