You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enables metadata management for a bucket. After you enable the metadata management feature for a bucket, Object Storage Service (OSS) creates a metadata index library for the bucket and creates metadata indexes for all objects in the bucket. After the metadata index library is created, OSS continues to perform quasi-real-time scans on incremental objects in the bucket and creates metadata indexes for the incremental objects.
2074
+
2075
+
Args:
2076
+
request (OpenMetaQueryRequest): Request parameters for OpenMetaQuery operation.
2077
+
2078
+
Returns:
2079
+
OpenMetaQueryResult: Response result for OpenMetaQuery operation.
Queries the objects in a bucket that meet the specified conditions by using the data indexing feature. The information about the objects is listed based on the specified fields and sorting methods.
2100
+
2101
+
Args:
2102
+
request (DoMetaQueryRequest): Request parameters for DoMetaQuery operation.
2103
+
2104
+
Returns:
2105
+
DoMetaQueryResult: Response result for DoMetaQuery operation.
Disables the metadata management feature for an Object Storage Service (OSS) bucket. After the metadata management feature is disabled for a bucket, OSS automatically deletes the metadata index library of the bucket and you cannot perform metadata indexing.
2113
+
2114
+
Args:
2115
+
request (CloseMetaQueryRequest): Request parameters for CloseMetaQuery operation.
2116
+
2117
+
Returns:
2118
+
CloseMetaQueryResult: Response result for CloseMetaQuery operation.
0 commit comments