[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs

PageDatasetDto

Properties

array of DatasetDto
content Optional

List of dataset with query constraints


boolean
empty Optional

It represents whether the page is empty


boolean
first Optional

It represents whether the page is first page of the result


boolean
last Optional

It represents whether the page is last page of the result


integer as int32
number Optional

It represents current page number


integer as int32
numberOfElements Optional

Number of datasets on the current page


pageable Optional

It represents pageable parameters


integer as int32
size Optional

It represents current page size


sort Optional

It represents sort parameters For eg. whether the result list is sorted/unsorted/empty


integer as int64
totalElements Optional

Total number of datasets in the result


integer as int32
totalPages Optional

Total number of pages present in the result

JSON Example

{
	"content": [
		{
			"constraints": {
				"constraints": "QueryConstraint Object",
				"fieldName": "string",
				"operator": "AND",
				"tags": [
					"string"
				],
				"value": "string"
			},
			"cspOrgId": "string",
			"description": "string",
			"id": "string",
			"name": "string",
			"restrictAutocomplete": false,
			"restricts": false
		}
	],
	"empty": false,
	"first": false,
	"last": false,
	"number": 0,
	"numberOfElements": 0,
	"pageable": {
		"offset": 0,
		"pageNumber": 0,
		"pageSize": 0,
		"paged": false,
		"sort": {
			"empty": false,
			"sorted": false,
			"unsorted": false
		},
		"unpaged": false
	},
	"size": 0,
	"sort": {
		"empty": false,
		"sorted": false,
		"unsorted": false
	},
	"totalElements": 0,
	"totalPages": 0
}
[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs
Returned By

Get Datasets

Feedback

Was this page helpful?