public CreateIndexRequest(string logstoreName, IndexLineInfo line) : this(logstoreName, line, null) { // Delegate constructor. }
public CreateIndexRequest(string logstoreName, IndexLineInfo line, IDictionary <string, IndexKeyInfo> keys) { Line = line; Keys = keys; LogstoreName = logstoreName; }
public CreateIndexRequest(String logstoreName, IndexLineInfo line, IDictionary <String, IndexKeyInfo> keys) { this.Line = line; this.Keys = keys; this.LogstoreName = logstoreName; }