Uses of Class
com.azure.resourcemanager.loganalytics.fluent.models.TableProperties
Packages that use TableProperties
Package
Description
Package containing the inner data models for LogAnalytics.
-
Uses of TableProperties in com.azure.resourcemanager.loganalytics.fluent.models
Classes in com.azure.resourcemanager.loganalytics.fluent.models that implement interfaces with type arguments of type TablePropertiesMethods in com.azure.resourcemanager.loganalytics.fluent.models that return TablePropertiesModifier and TypeMethodDescriptionstatic TablePropertiesTableProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TableProperties from the JsonReader.TableProperties.withPlan(TablePlanEnum plan) Set the plan property: Instruct the system how to handle and charge the logs ingested to this table.TableProperties.withRestoredLogs(RestoredLogs restoredLogs) Set the restoredLogs property: Parameters of the restore operation that initiated this table.TableProperties.withRetentionInDays(Integer retentionInDays) Set the retentionInDays property: In Analytics table: the tables analytics retention in days, between 4 and 730.TableProperties.withSchema(Schema schema) Set the schema property: Table schema.TableProperties.withSearchResults(SearchResults searchResults) Set the searchResults property: Parameters of the search job that initiated this table.TableProperties.withTotalRetentionInDays(Integer totalRetentionInDays) Set the totalRetentionInDays property: The table total retention in days, between 4 and 4383.