Documentation ¶
Index ¶
- Constants
- type BlsClientConfiguration
- type Client
- func (c *Client) CreateFastQuery(args *api.CreateFastQueryBody) error
- func (c *Client) CreateIndex(logStore string, fulltext bool, fields map[string]api.LogField) error
- func (c *Client) CreateLogStore(logStore string, retention int) error
- func (c *Client) DeleteFastQuery(fastQueryName string) error
- func (c *Client) DeleteIndex(logStore string) error
- func (c *Client) DeleteLogStore(logStore string) error
- func (c *Client) DescribeFastQuery(fastQueryName string) (*api.FastQuery, error)
- func (c *Client) DescribeIndex(logStore string) (*api.IndexFields, error)
- func (c *Client) DescribeLogStore(logStore string) (*api.LogStore, error)
- func (c *Client) ListFastQuery(args *api.QueryConditions) (*api.ListFastQueryResult, error)
- func (c *Client) ListLogStore(args *api.QueryConditions) (*api.ListLogStoreResult, error)
- func (c *Client) ListLogStream(logStore string, args *api.QueryConditions) (*api.ListLogStreamResult, error)
- func (c *Client) PullLogRecord(logStore string, args *api.PullLogRecordArgs) (*api.PullLogRecordResult, error)
- func (c *Client) PushLogRecord(logStore string, logStream string, logType string, logRecords []api.LogRecord) error
- func (c *Client) QueryLogRecord(logStore string, args *api.QueryLogRecordArgs) (*api.QueryLogResult, error)
- func (c *Client) UpdateFastQuery(fastQueryName string, args *api.UpdateFastQueryBody) error
- func (c *Client) UpdateIndex(logStore string, fulltext bool, fields map[string]api.LogField) error
- func (c *Client) UpdateLogStore(logStore string, retention int) error
Constants ¶
View Source
const (
DEFAULT_SERVICE_DOMAIN = "bls-log.bj.baidubce.com"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlsClientConfiguration ¶
type Client ¶
func NewClientWithConfig ¶
func NewClientWithConfig(config *BlsClientConfiguration) (*Client, error)
func (*Client) CreateFastQuery ¶
func (c *Client) CreateFastQuery(args *api.CreateFastQueryBody) error
FastQuery opts
func (*Client) CreateIndex ¶
Index opts
func (*Client) CreateLogStore ¶
LogStore opts
func (*Client) DeleteFastQuery ¶
func (*Client) DeleteIndex ¶
func (*Client) DeleteLogStore ¶
func (*Client) DescribeFastQuery ¶
func (*Client) DescribeIndex ¶
func (c *Client) DescribeIndex(logStore string) (*api.IndexFields, error)
func (*Client) DescribeLogStore ¶
func (*Client) ListFastQuery ¶
func (c *Client) ListFastQuery(args *api.QueryConditions) (*api.ListFastQueryResult, error)
func (*Client) ListLogStore ¶
func (c *Client) ListLogStore(args *api.QueryConditions) (*api.ListLogStoreResult, error)
func (*Client) ListLogStream ¶
func (c *Client) ListLogStream(logStore string, args *api.QueryConditions) (*api.ListLogStreamResult, error)
LogStream opt
func (*Client) PullLogRecord ¶
func (c *Client) PullLogRecord(logStore string, args *api.PullLogRecordArgs) (*api.PullLogRecordResult, error)
func (*Client) PushLogRecord ¶
func (c *Client) PushLogRecord(logStore string, logStream string, logType string, logRecords []api.LogRecord) error
LogRecord opts
func (*Client) QueryLogRecord ¶
func (c *Client) QueryLogRecord(logStore string, args *api.QueryLogRecordArgs) (*api.QueryLogResult, error)
func (*Client) UpdateFastQuery ¶
func (c *Client) UpdateFastQuery(fastQueryName string, args *api.UpdateFastQueryBody) error
func (*Client) UpdateIndex ¶
Click to show internal directories.
Click to hide internal directories.