sls sdk

GetHistogramsRequest Constructor

default constructor. please set required fileds(project, logstore, from, to) initialized by this default constructor before using it to send request. Otherwise, request will be failed with exception.

Overload List

default constructor. please set required fileds(project, logstore, from, to) initialized by this default constructor before using it to send request. Otherwise, request will be failed with exception.

public GetHistogramsRequest();

constructor with all required fileds

public GetHistogramsRequest(String,String,UInt32,UInt32);

constructor with all possible fileds

public GetHistogramsRequest(String,String,UInt32,UInt32,String,String);

See Also

GetHistogramsRequest Class | Aliyun.Api.SLS.Request Namespace