We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModelDetails
Currently leaning towards ModelInfo as per below.
ModelInfo
https://apiview.dev/Assemblies/Review/abf39c5b6bd9459f81706dfc751197b5#022855ca1e21451894bf5490971b8830
joseharriaga 1 week ago We should find a name for this one that works in all cases. Right now we have a funny assortment:
ModelDetails class ModelDetailCollection class GetModelInfo method GetModels method
KrzysztofCwalina 1 week ago In Storage (a library we often use as the precedent creating library) we call similar concepts with the Info suffix. Details suffix is used to return advanced properties. See https://apiview.dev/Assemblies/Review/08ee04476e40490cbafafb874632758e#Azure.Storage.Blobs.Models.BlobDownloadInfo
The text was updated successfully, but these errors were encountered:
joseharriaga
No branches or pull requests
Currently leaning towards
ModelInfo
as per below.https://apiview.dev/Assemblies/Review/abf39c5b6bd9459f81706dfc751197b5#022855ca1e21451894bf5490971b8830
joseharriaga 1 week ago
We should find a name for this one that works in all cases. Right now we have a funny assortment:
ModelDetails class
ModelDetailCollection class
GetModelInfo method
GetModels method
KrzysztofCwalina 1 week ago
In Storage (a library we often use as the precedent creating library) we call similar concepts with the Info suffix. Details suffix is used to return advanced properties. See https://apiview.dev/Assemblies/Review/08ee04476e40490cbafafb874632758e#Azure.Storage.Blobs.Models.BlobDownloadInfo
The text was updated successfully, but these errors were encountered: