MachineLearningDatastoreCollectionGetAllOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The options for the corresponding GetAll method.
public class MachineLearningDatastoreCollectionGetAllOptions
type MachineLearningDatastoreCollectionGetAllOptions = class
Public Class MachineLearningDatastoreCollectionGetAllOptions
- Inheritance
-
MachineLearningDatastoreCollectionGetAllOptions
Constructors
| Name | Description |
|---|---|
| MachineLearningDatastoreCollectionGetAllOptions() |
Initializes a new instance of MachineLearningDatastoreCollectionGetAllOptions. |
Properties
| Name | Description |
|---|---|
| Count |
Gets or sets the Count. |
| IsDefault |
Readonly property to indicate if datastore is the workspace default datastore. |
| Names |
Names of datastores to return. |
| OrderBy |
Ordering of list. |
| OrderByAsc |
Order by property in ascending order. |
| SearchText |
Text to search for in the datastore names. |
| Skip |
Continuation token for pagination. |